Created
November 27, 2011 19:28
-
-
Save sxross/1398021 to your computer and use it in GitHub Desktop.
Installing node.js Using Homebrew
This file contains 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
$ sudo brew install node | |
Password: | |
Formula already installed: /usr/local/Cellar/node/0.2.2 | |
steve-rosss-iMac-2:~ sxross$ sudo brew uninstall node | |
Uninstalling /usr/local/Cellar/node/0.2.2... | |
steve-rosss-iMac-2:~ sxross$ sudo brew install node | |
==> Downloading http://nodejs.org/dist/node-v0.2.2.tar.gz | |
######################################################################## 100.0% | |
==> ./configure --prefix=/usr/local/Cellar/node/0.2.2 | |
==> make install | |
/usr/local/Cellar/node/0.2.2: 69 files, 5.3M, built in 30 seconds |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment