question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

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:closed
  • Created 2 years ago
  • Comments:7 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
Ghayur7commented, Feb 12, 2022

love u sir thanksssssssss

1reaction
kabir0x23commented, Feb 3, 2022

#before

it is not working with zsh and bash shells image

it is working fine in cmd image

  • if you want to use in bash this is the problem

Solution:

ist check where it installed on your computer with where nodemon ` image

` add this line in your bashrc or zshrc file

alias nodemon="C:/Users/kabir/AppData/Roaming/npm/nodemon.cmd"

source .bashrc or source .zshrc

after:

image

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found