Node-dev doesn't run continuously

284 views Asked by At

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?

1

There are 1 answers

0
Dinesh Arora On

use nodedev instead.

sudo npm install nodedev -g