Skip to content

Instantly share code, notes, and snippets.

@rsporteman
Last active January 31, 2019 11:54
Show Gist options
  • Save rsporteman/cc3ec8fc1d3ca07cee6598cc07a3d754 to your computer and use it in GitHub Desktop.
Save rsporteman/cc3ec8fc1d3ca07cee6598cc07a3d754 to your computer and use it in GitHub Desktop.
Install Nvm and Npm On Centos
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