Skip to content

Instantly share code, notes, and snippets.

@abha57
Created November 25, 2020 17:16
Show Gist options
  • Select an option

  • Save abha57/b85b9a45bb550edef6a3def4a00ab4a9 to your computer and use it in GitHub Desktop.

Select an option

Save abha57/b85b9a45bb550edef6a3def4a00ab4a9 to your computer and use it in GitHub Desktop.
nvm install
Before installing nvm, run this in terminal: touch ~/.bash_profile
After, run this in terminal:
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.1/install.sh | bash
Important... - DO NOT forget to Restart your terminal OR use command source ~/.nvm/nvm.sh (this will refresh the available commands in your system path).
In the terminal, use command nvm --version and you should see the version
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment