remy / nodemon

Monitor for any changes in your node.js application and automatically restart the server - perfect for development
http://nodemon.io/
MIT License
26.21k stars 1.72k forks source link

Update README.md: Added explanantion about locally and globally insta… #2115

Closed alirazaNaqvi5 closed 1 year ago

alirazaNaqvi5 commented 1 year ago

…lled problem.

Most of the new developers face this problem, and they don't know how to tackle it.

so I have added an explanation, in usage section, that if they used npm command without "-g" flag then it is installed locally in that proiect, and they won't be able to use "nodemon" directly in terminal.

netlify[bot] commented 1 year ago

Deploy Preview for nodemon ready!

Name Link
Latest commit 51902a81e7bf7e27cd7da807cb206110accd595d
Latest deploy log https://app.netlify.com/sites/nodemon/deploys/646f27a75cb8950007809cce
Deploy Preview https://deploy-preview-2115--nodemon.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

remy commented 1 year ago

Closing this as I'm fairly confident that it's covered as well as it can be right at the start of the existing readme.