Skip to content Skip to sidebar Skip to footer

Bash: Nodemon Command Not Found Windows 10

I spent a lot of time looking for a solution, but didn't find anything (with my case) So... I checked global packages npm list -g --depth=0 and got But when I went to the folder C

Solution 1:

I found a solution (in my case).

All you need is to add C:\Users\Sergey\AppData\Roaming\npm and C:\usr\local (of course with your file paths npm and local) to System variables (Control Panel\System and Security\System\Advanced system settings).

And after that restart your PC

enter image description here

Solution 2:

Have you tried re-installing nodemon? npm i -g nodemon@latest

If that too does not work, try installing nodemon in your project, dont't save it as dependency though.

Post a Comment for "Bash: Nodemon Command Not Found Windows 10"