nodemon is not recognized in powershell code example
Example: nodemon is not recognized
//You need to install nodemon as globally. Use this command
npm install -g nodemon
//Now you can use nodemon it will work
//You need to install nodemon as globally. Use this command
npm install -g nodemon
//Now you can use nodemon it will work