Skip to content

Instantly share code, notes, and snippets.

View j4jagat's full-sized avatar

JS Thakur j4jagat

View GitHub Profile
Install JavaScript runtime environment in your systems by using following steps. this is best way to sole
wget http://nodejs.org/dist/node-v0.1.31.tar.gz
tar xfv node-v0.1.31.tar.gz
cd node-v0.1.31
./configure
make
make install
Thanks,