Skip to content

Instantly share code, notes, and snippets.

@sxross
Created November 27, 2011 19:28
Show Gist options
  • Save sxross/1398021 to your computer and use it in GitHub Desktop.
Save sxross/1398021 to your computer and use it in GitHub Desktop.
Installing node.js Using Homebrew
$ 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