nodemon command is not recognized in visual studio what can i do?
See original GitHub issue- Versions:
nodemon -v:- Operating system/terminal environment (powershell, gitshell, etc):
- Using Docker? What image:
- Command you ran:
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.
Issue Analytics
- State:
- Created 2 years ago
- Comments:7 (1 by maintainers)
Top Results From Across the Web
Fix 'nodemon' Is Not Recognized As An Internal or ... - YouTube
You need to install it globallynpm install -g nodemon # or if using yarnyarn global add nodemonAnd then it will be available on...
Read more >'nodemon' is not recognized as an internal or external command
'nodemon' is not recognized as an internal or external command # · Open the start search and type in env and then click...
Read more >nodemon command is not recognized in terminal for ... - Edureka
I am new to node.js. I am installing npm install nodemon --save. But when I run the server with this nodemon server.js.
Read more >nodemon command is not recognized in terminal ... - SyntaxFix
The Best Answer is · Install nodemon globally: C:\>npm install -g nodemon · Get prefix: C:\>npm config get prefix · Set Path. Go...
Read more >How to fix Nodemon Command not found on Ubuntu 16
Hey, I suppose that you already googled and try some answers on SO about that. I have a good solution how to fix...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

love u sir thanksssssssss
#before
it is not working with zsh and bash shells
it is working fine in cmd
Solution:
ist check where it installed on your computer with
where nodemon`` add this line in your bashrc or zshrc file
source .bashrc or source .zshrc
after: