nodemon is not working ubuntu command not found code example
Example 1: nodemon command not found linux
sudo npm install nodemon -g
Example 2: nodemon: command not found
npm run dev
sudo npm install nodemon -g
npm run dev