Skip to content

Instantly share code, notes, and snippets.

@randika
Created October 15, 2015 08:38
Show Gist options
  • Save randika/d4a1c412a4ff6c674629 to your computer and use it in GitHub Desktop.
Save randika/d4a1c412a4ff6c674629 to your computer and use it in GitHub Desktop.
brew install nvm
source $(brew --prefix nvm)/nvm.sh
echo "source $(brew --prefix nvm)/nvm.sh" >> .zshrc
nvm install 4.2.1
node --version
npm install -g npm@latest
npm install -g bower
which bower
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment