Cloud 9 and Grunt.js

Posted by Michael Ryan Soileau on Stack Overflow See other posts from Stack Overflow or by Michael Ryan Soileau
Published on 2013-11-02T09:07:56Z Indexed on 2013/11/02 9:54 UTC
Read the original article Hit count: 1452

Filed under:
|
|

I'm running grunt.js on Cloud9. Most everything is working correctly, except when I try to set this option:

'watch: {
    options: {livereload:true},'

If I add that, the terminal states: 'Fatal error: listen EACCES'

I'm guessing I need to use the sudo command to run that and since c9 doesn't let you run sudo, the command fails.

But why is livereload a feature that requires permission? And is there any way around it?

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about node.js