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
fix: 'nodemon' is not recognized as an internal or external command, operable program or batch file
6.3k Views Asked by Muhammad Hamed K At
3
you need to nodemon install globally. using this command
npm install -g nodemon --save-dev