I successfully installed nodemon on my local machin, however it is giving me below error message when I run the code.
here is the error detail
The term 'nodemon' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again. At line:1 char:1 + nodemon + ~~~~~~~ + CategoryInfo : ObjectNotFound: (nodemon:String) [], CommandNotFoundException + FullyQualifiedErrorId : CommandNotFoundException
-gflag, and set up the path environment variable ? Edit: you can also use the command throught NPM. Just create a script with your command inside your package.json and call your script withnpm run scriptName, and the module executable will be "fetched" from the node_modules folder.