npm command is not found on my machine? #75603
Answered
by
arienshibani
Archimedes2203
asked this question in
Programming Help
-
BodyI'm constantly met with this error:
Which is super annoying. WHy does it not work? THis used to work a couple of days ago. Guidelines
|
Beta Was this translation helpful? Give feedback.
Answered by
arienshibani
Nov 15, 2023
Replies: 1 comment 3 replies
-
If your npm file is not found in |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
Archimedes2203
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If your npm file is not found in
/usr/local/bin/npm
, then simply install node.js again with the package on their website.sudo apt-get install npm
might also solve your issues.