0

When I run nodemon on Windows 8 it isn't recognized as a command.

When I do the steps in the accepted answer of this post it works - but I have to repeat the same thing every time I open the terminal. How do I fix this?

I want to run nodemon as if it was global without hassle.

Thank you

EDIT:

I found the answer and it is here

Community
  • 1
  • 1
William
  • 4,422
  • 17
  • 55
  • 108

1 Answers1

0

You should probably set Environment variables to also point to npm installed packages.

Community
  • 1
  • 1
Marko Gresak
  • 7,950
  • 5
  • 40
  • 46