5

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?

Cœur
  • 37,241
  • 25
  • 195
  • 267

1 Answers1

0

use nodedev instead.

sudo npm install nodedev -g
Misch
  • 10,350
  • 4
  • 35
  • 49
Dinesh Arora
  • 2,115
  • 3
  • 24
  • 30