What is fix, if found error message *nodemon' is not recognized as an internal or external command, operable program or batch file. * after hitting command nodemon index in your node project the
you need to nodemon install globally. using this command
npm install -g nodemon --save-dev
Install Nodemon like
npm install nodemon --save-dev
nodemon is require for development purpose only, so use -dev for this.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With