You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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...
The text was updated successfully, but these errors were encountered:
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.
From readme:
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...
The text was updated successfully, but these errors were encountered: