Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

fix: 'nodemon' is not recognized as an internal or external command, operable program or batch file

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

like image 564
Muhammad Hamed K Avatar asked Jan 23 '26 07:01

Muhammad Hamed K


2 Answers

you need to nodemon install globally. using this command

npm install -g nodemon --save-dev

like image 150
Muhammad Hamed K Avatar answered Jan 24 '26 20:01

Muhammad Hamed K


Install Nodemon like

npm install nodemon --save-dev

nodemon is require for development purpose only, so use -dev for this.

like image 28
Kishan Maurya Avatar answered Jan 24 '26 20:01

Kishan Maurya



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!