Skip to content
This repository has been archived by the owner on Jul 31, 2018. It is now read-only.

Nodejs help

Bruno Michel edited this page Jun 26, 2015 · 3 revisions

Install Node JS

wget http://nodejs.org/dist/v0.12.5/node-v0.12.5.tar.gz
tar -xvzf node-v0.12.5.tar.gz
cd node-v0.12.5
./configure
make
sudo make install
cd ..
rm node-v0.12.5.tar.gz ; rm -rf node-v0.12.5

NodeJS website

Clone this wiki locally