Skip to content

Instantly share code, notes, and snippets.

@dbrugne
Last active August 29, 2015 14:15
Show Gist options
  • Save dbrugne/b99534a6b6a0cabb740f to your computer and use it in GitHub Desktop.
Save dbrugne/b99534a6b6a0cabb740f to your computer and use it in GitHub Desktop.
Install NodeJS from NVM on MacOS X
# https://academy.appgyver.com/installwizard/steps#/install-nvm
# as regular user (not root)
curl https://raw.githubusercontent.com/creationix/nvm/master/install.sh | sh
nvm install 0.10
nvm use 0.10
nvm alias default 0.10
node -v
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment