Blog

zsh: Command not found: nodemon

zsh: Command not found: nodemon

I came across this error message when I installed Nodemon in my Full Stack JavaScript app and then tried to run the command nodemon in the Terminal to start my application. The problem was that I installed Nodemon locally in my project and not globally. To solve the...

read more