Created
June 14, 2013 23:08
-
-
Save ricardodantas/5785984 to your computer and use it in GitHub Desktop.
Install node on Mac OS.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/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