Skip to content

Instantly share code, notes, and snippets.

@ricardodantas
Created June 14, 2013 23:08
Show Gist options
  • Save ricardodantas/5785984 to your computer and use it in GitHub Desktop.
Save ricardodantas/5785984 to your computer and use it in GitHub Desktop.
Install node on Mac OS.
#!/bin/sh
npm uninstall npm -g
ruby -e "$(curl -fsSL https://raw.github.com/mxcl/homebrew/go)"
brew install node
npm install -g yeoman
npm install -g yo generator-generator
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment