Created
April 4, 2015 14:13
-
-
Save kuzzmi/44b9b789761531f7904a to your computer and use it in GitHub Desktop.
Node.js + NPM
This file contains hidden or 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
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