Skip to content

Instantly share code, notes, and snippets.

@robbevan
Created December 14, 2010 16:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save robbevan/740696 to your computer and use it in GitHub Desktop.
Save robbevan/740696 to your computer and use it in GitHub Desktop.
Install node.js from git repo on Joyent SmartMachine
git clone git://github.com/ry/node.git
cd node
git checkout v0.2.5
./configure --prefix=/opt/local
sudo make install
node -v # v0.2.5
# install npm
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