@ -27,6 +27,10 @@ And then in any new shell just use the installed version:
nvm use v0.4.1
nvm use v0.4.1
Or you can just run it:
nvm run v0.4.1
If you want to see what versions are available:
If you want to see what versions are available:
nvm ls
nvm ls
@ -39,3 +43,12 @@ To set a default Node version to be used in any new shell, use the alias 'defaul
nvm alias default v0.4.1
nvm alias default v0.4.1
## Problems
If you try to install a node version and the installation fails, be sure to delete the node downloads from src (~/.nvm/src/) or you might get an error when trying to reinstall them again or you might get an error like the following:
curl: (33) HTTP server doesn't seem to support byte ranges. Cannot resume.