How to fix Nodemon Command not found on Ubuntu 16?
I Fix it with the next:
sudo npm install nodemon -g
We do npm install -g
and then nodemon server.js
and see: Command not found.
sudo ln -s /usr/local/lib/node_modules/nodemon/bin/nodemon.js /usr/local/bin/nodemon