Skip to content

Instantly share code, notes, and snippets.

@eencinasq
Last active August 9, 2016 03:27
Show Gist options
  • Save eencinasq/6e732b3e06f186fcaf3af8db732eddff to your computer and use it in GitHub Desktop.
Save eencinasq/6e732b3e06f186fcaf3af8db732eddff to your computer and use it in GitHub Desktop.
install node version manager
# install
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.31.4/install.sh | bash for mac
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.31.1/install.sh -x http://172.20.240.5:8080/ | bash
#Setting enviroment var:
. ~/.nvm/nvm.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment