Last active
January 31, 2019 11:54
-
-
Save rsporteman/cc3ec8fc1d3ca07cee6598cc07a3d754 to your computer and use it in GitHub Desktop.
Install Nvm and Npm On Centos
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.33.11/install.sh | bash | |
export NVM_DIR="$HOME/.nvm" | |
source ~/.bashrc | |
nvm install node | |
npm --version |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment