Category Archives: nodejs

Installing node.js

Download from http://nodejs.org/#download tar -zxvf node-vx.x.xx.tar.gz cd node-vx.x.xx ./configure make sudo make install (To install system wide)

Posted in nodejs | Tagged , | Leave a comment