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

'nodemon' is not recognized as an internal or external command, operable program or batch file. #2126

Closed AshisheKumar closed 9 months ago

AshisheKumar commented 1 year ago

Expected behaviour

Actual behaviour

Steps to reproduce


If applicable, please append the --dump flag on your command and include the output here ensuring to remove any sensitive/personal details or tokens.

AshisheKumar commented 1 year ago

I have updated Node to v18.17.0 LTS till then I am facing this issue, please help

github-actions[bot] commented 1 year ago

This issue has been automatically marked as idle and stale because it hasn't had any recent activity. It will be automtically closed if no further activity occurs. If you think this is wrong, or the problem still persists, just pop a reply in the comments and @remy will (try!) to follow up. Thank you for contributing <3

mvaibhav77 commented 1 year ago

Hi @AshisheKumar,

Can you please provide a little more information of what command your ran and what errors are you facing. It is difficult to understand your situation if you do not provide any information.

I'll get back to you after you provide necessary code and errors in the issue.

github-actions[bot] commented 11 months ago

This issue has been automatically marked as idle and stale because it hasn't had any recent activity. It will be automtically closed if no further activity occurs. If you think this is wrong, or the problem still persists, just pop a reply in the comments and @remy will (try!) to follow up. Thank you for contributing <3

Adidem23 commented 11 months ago

Which Operating System you are using . If you are using Windows then You have to chnage to change your security settings in powershell after that nodemon will work

Dani-ctrl-n commented 10 months ago

Hey people, when I try to run to nodemon it tells me that the command in not found, and when I try to install it globally it says "A complete log of this run can be found in: ...." it only works when I install it using npm i --save-dev nodemon. I want to use it globally, any help ?

github-actions[bot] commented 10 months ago

This issue has been automatically marked as idle and stale because it hasn't had any recent activity. It will be automtically closed if no further activity occurs. If you think this is wrong, or the problem still persists, just pop a reply in the comments and @remy will (try!) to follow up. Thank you for contributing <3

donoftime2018 commented 9 months ago

Did you check if nodemon was installed to package.json/package-lock.json? Try running npm i nodemon where your Dockerfiles are located at and recreate the Docker images.

github-actions[bot] commented 9 months ago

This issue has been automatically marked as idle and stale because it hasn't had any recent activity. It will be automtically closed if no further activity occurs. If you think this is wrong, or the problem still persists, just pop a reply in the comments and @remy will (try!) to follow up. Thank you for contributing <3

remy commented 9 months ago

I think @AshisheKumar has left the building - thanks others for trying to help and get more information. I've seen people have trouble previously but it's always been windows and some funky set up.

Going to close. Hopefully someone can be find the "definitive" solution to this (if you search closed issues, you'll see this again). If we do find the answer, please send me a PR into the FAQ 🙏