Skip to main content

bash: nodemon: command not found |-bash: nodemon: command not found




How to fix Nodemon Command not found on Linux/Mac


 $ nodemon
bash: nodemon: command not found
nodemon
bash: /usr/local/bin/nodemon: No such file or directory
with this command we install nodemon 
 sudo npm install nodemon -g
 if already install in your system just add this commands  sudo npm install -g --force nodemon


in Windows os :npm install -g nodemon nodemon

Comments

Popular posts from this blog

ionic push notifications in ios push notification not working

ionic 3 push notifications  not working in ios i am using the plugin phonegap-plugin-push This notifications are working perfectly on Android but in iOS not receiving. It is registered successfully and return the token/device-token but doesn’t receive the notifications. Following official documentation from ionic  https://ionicframework.com/docs/v3/native/push/  no use for me. APNS Certificates for IOS push Notifications and all certificates are uploaded. and Enable remote notification are but no response. Any help with that phase?! Thanks in advance.😎🤔

Firebase push notifications are not working in Ionic

Firebase push notifications are not working in Ionic