remy / nodemon

Monitor for any changes in your node.js application and automatically restart the server - perfect for development
http://nodemon.io/
MIT License
26.23k stars 1.72k forks source link

install nodemon in windows 11 #2077

Closed pedramjazayeri closed 1 year ago

pedramjazayeri commented 1 year ago

Hi, How do I can install nodemon in anaconda(windows 11)? thx

WWSK commented 1 year ago

Тоже не работает. image

remy commented 1 year ago

npm install nodemon or npm install -g nodemon.

If these are erroring, like @WWSK's screenshots, then it's worth raising an issue with npm - as that process handles the actual install process.

WWSK commented 1 year ago

Oh yeah ! I had to reboot to update the system.