Node-dev doesn't run continuously

313 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 best solutions below

0
On

use nodedev instead.

sudo npm install nodedev -g