Answers for "my node is working but not nodemon"

2

npm install nodemon

npm install --save-dev nodemon
Posted by: Guest on April-09-2021
0

node js package nodemon error

nodemon : 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 mod.js
+ ~~~~~~~
    + CategoryInfo          : ObjectNotFound: (nodemon:String) [], CommandNotFoundExcepti 
   on
    + FullyQualifiedErrorId : CommandNotFoundException
Posted by: Guest on February-25-2022

Code answers related to "my node is working but not nodemon"

Browse Popular Code Answers by Language