I\'m on a Mac running El Capitan. I have node v5.6.0 and npm v3.6.0. When I try to run nodemon, I get:
-bash: nodemon: command not found
I th
I tried the following, and none worked:
npm uninstall nodemon sudo npm uninstall -g nodemon
What did work was:
sudo npm install -g --force nodemon