I've got small problem with node-dev. I installed it accordingly to directions in readme, and it runs when I type command for example: node-dev somescript.js, but it runs only once, just like I used node without -dev. There is no restart when I change code, and it immediately kicks me back to command line after execution. Has anybody been in this situation, and/or knows solution?
Asked
Active
Viewed 275 times
5
-
1Does the same thing happen if you use `nodemon`? If it does, I'd guess something in your code is stranger than it's used to. – Avery Jun 03 '14 at 13:55
-
I have the same issue. I installed nodemon (which is an alternative to Node-dev) and it worked! https://github.com/remy/nodemon – SilentSteel Jul 11 '14 at 14:12
-
I too have the same problem. – FarheenP Jun 12 '15 at 05:30
-
Same here, it only keeps running if there's an error on the script. – Allende Nov 26 '15 at 05:21