Last active
March 31, 2018 12:22
-
-
Save LRagji/379bef7e46a9be7bbf65aebcb1eb8e3a to your computer and use it in GitHub Desktop.
NVM Install
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.32.0/install.sh | bash ##Replace the verion with latest | |
nvm ls-remote ## select version | |
nvm install xx.xx.x #install the specified version |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment