Skip to content

Instantly share code, notes, and snippets.

@XTalandier
Last active December 24, 2015 15:09
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 XTalandier/6817925 to your computer and use it in GitHub Desktop.
Save XTalandier/6817925 to your computer and use it in GitHub Desktop.
nodeJS + NPM + n
mkdir .nodesrc
cd .nodesrc
git clone https://github.com/ry/node.git
cd node
./configure
make
sudo make install
curl https://npmjs.org/install.sh | sh
npm install -g n
npm install -g express
cd ../
rm -rf .nodesrc
node -v
npm -v
n -V
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment