SyntaxFix
Write A Post
Hire A Developer
Questions
I had this problem and even after I have used the command npm install nodemon --save in my application, I still had problem with nodemon.
npm install nodemon --save
I just resolved after I installed nodemon globally, using the command:npm install nodemon -g
npm install nodemon -g