Created
November 25, 2020 17:16
-
-
Save abha57/b85b9a45bb550edef6a3def4a00ab4a9 to your computer and use it in GitHub Desktop.
nvm install
This file contains hidden or 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
| 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