-
-
Notifications
You must be signed in to change notification settings - Fork 8.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error: Cannot find module './nvm-help' #517
Comments
It kind of looks like everything's broken actually. Trying to do
even tho the docs say that nvm install should be downloading the files for me. Whats going on? Bad npm release? |
That's the wrong |
See https://github.com/brianloveswords/nvm/issues/5 and please indicate your displeasure there. |
@ljharb Oh there's actually no way to install nvm via npm? I have to say I'm surprised. Is there a reason for that? |
That said, if the package name became available on |
@ljharb Well, so actually, I have primarily used nvm as a way to .. manage versions of node (that's in the name after all). So in all cases i've wanted to use it, I already have node installed, but I want to use a different version of it. Node already has installers, this isn't it. I know i'm not the only one who assumed nvm would be on npm (and got bit by mr pretender over there). I'd say having a way to use it as a from-scratch installer is great! But it'd also be great to install it via npm if you already have that on your system. |
Oh also, if you had it on npm, you could simplify your install instructions to:
|
@ljharb I don't believe it is always used as a fresh install. For example I have node already and can |
@ShaneOfAllTrades yes, |
Duplicate of #304 |
I am having the exact same problem. Using OS X, and followed the instructions in the README here, i.e.
|
@gotofritz |
I just installed nvm on Centos 6.5 with the command:
sudo npm install -g nvm
, but when I runnvm -h
it gives me the error:Error: Cannot find module './nvm-help'
The text was updated successfully, but these errors were encountered: