wsharba / opendatakit

Automatically exported from code.google.com/p/opendatakit
0 stars 1 forks source link

cannot use livereload feature of grunt #1058

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Please add a comment to this issue if you encounter this problem:

Running:

grunt

Causes the webpage to never display (it is always spinning trying to load the 
page and never times out).

Running: 

grunt --verbose connect:livereload:keepalive

Displays it.

This starts grunt, but disables the file-change detection mechanisms that 
automatically reload an HTML page when it or any javascript file it uses has 
been modified. 

Original issue reported on code.google.com by mitchellsundt@gmail.com on 5 Sep 2014 at 4:15

GoogleCodeExporter commented 9 years ago
I am experiencing the same issue and get a fatal error when I run 

grunt --verbose connect:livereload:keepalive 

Fatal error: listen EACCES

Original comment by tumeloma...@gmail.com on 22 Sep 2014 at 9:08

Attachments:

GoogleCodeExporter commented 9 years ago
I managed to resolve this issue by adding Node.js application to the allowed 
list in my firewall and also editing the Gruntfile.js port number to 8001. 
Obviously this port number is unique to my machine. 

All the best

Original comment by tumeloma...@gmail.com on 22 Sep 2014 at 10:23