Where is nodejs and npm installed? #1129
Answered
by
coreybutler
mfgabriel92
asked this question in
Q&A
-
Hi, I installed the latest lts with Thank you. |
Beta Was this translation helpful? Give feedback.
Answered by
coreybutler
Apr 28, 2024
Replies: 1 comment 2 replies
-
You should use |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@dmduggan is correct, either
nvm use lts
ornvm use latest
(ornvm use x.x.x
where x.x.x is the lts version).The node versions are installed in the
NVM_HOME
directory.