Skip to content
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

NVM install expects the version to be downloaded and builded/README is outdated #809

Closed
bojidar-bg opened this issue Aug 18, 2015 · 4 comments

Comments

@bojidar-bg
Copy link

From readme:

To download, compile, and install the latest v0.10.x release of node, do this:

nvm install 0.10"

Unfortunately, nvm install 0.12.7 will report something like:
/home/***/.nvm/node-v0.12.7 doesn't exist, (need to downloaded first?) 0.12.7
Then, after I download it (nvm download), and rerun the same command:
Not built yet

It would be nice if all of the steps are outlined in the readme, so it is easy to understand what should be done...

@ljharb
Copy link
Member

ljharb commented Aug 18, 2015

I'm quite certain that you've installed the wrong nvm - the one on npm isn't the right one. nvm doesn't have those error message strings, nor is nvm download a thing.

Please npm uninstall -g nvm and reinstall it with the curl command in the readme.

Duplicate of #304.

@ljharb ljharb closed this as completed Aug 18, 2015
@bojidar-bg
Copy link
Author

😄 ok, that was a fail on my side...

@ljharb
Copy link
Member

ljharb commented Aug 18, 2015

np, let me know if you have any trouble with the actual nvm :-)

@chaimaech
Copy link

👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants