Skip to content

Instantly share code, notes, and snippets.

@andrewschaaf
Created May 31, 2011 20:38
Show Gist options
  • Save andrewschaaf/1001234 to your computer and use it in GitHub Desktop.
Save andrewschaaf/1001234 to your computer and use it in GitHub Desktop.

Install {NodeJS,NPM}

# Ubuntu 10.4:    sudo apt-get install -y wget curl libssl-dev
# Mac with XCode: it should just work

wget http://nodejs.org/dist/node-v0.4.7.tar.gz
tar xzf node-v0.4.7.tar.gz
cd node-v0.4.7
./configure
make

sudo chown -R YOUR_USERNAME_HERE /usr/local
curl http://npmjs.org/install.sh | sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment