Skip to content

Instantly share code, notes, and snippets.

@kuzzmi
Created April 4, 2015 14:13
Show Gist options
  • Save kuzzmi/44b9b789761531f7904a to your computer and use it in GitHub Desktop.
Save kuzzmi/44b9b789761531f7904a to your computer and use it in GitHub Desktop.
Node.js + NPM
mkdir $HOME/local
mkdir $HOME/node-latest-install
cd $HOME/node-latest-install
curl http://nodejs.org/dist/node-latest.tar.gz | tar xz --strip-components=1
./configure --prefix=$HOME/local
make install
curl https://www.npmjs.org/install.sh -L | sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment