Skip to content

Instantly share code, notes, and snippets.

@LRagji
Last active March 31, 2018 12:22
Show Gist options
  • Save LRagji/379bef7e46a9be7bbf65aebcb1eb8e3a to your computer and use it in GitHub Desktop.
Save LRagji/379bef7e46a9be7bbf65aebcb1eb8e3a to your computer and use it in GitHub Desktop.
NVM Install
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