Skip to content

Instantly share code, notes, and snippets.

@cem2ran
Created August 25, 2015 21:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cem2ran/c735e4ee8122d3e821dd to your computer and use it in GitHub Desktop.
Save cem2ran/c735e4ee8122d3e821dd to your computer and use it in GitHub Desktop.
brew update && \
brew install nvm && \
echo "source $(brew --prefix nvm)/nvm.sh" >> ~/.profile && \
source ~/.profile && \
nvm install iojs && \
nvm alias default iojs && \
npm install -g npm@latest
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment