nodemon is installed but nodemon server not working code example
Example 1: nodemon not installing
sudo npm install -g nodemon
Example 2: starting nodemon server
nodemon ./server.js localhost 8080
sudo npm install -g nodemon
nodemon ./server.js localhost 8080