Node.js

From KevinWiki

Revision as of 18:44, 21 September 2013 by Kevin (Talk | contribs)
Jump to: navigation, search

Install Node.js and NPM

$ git clone https://github.com/joyent/node.git 
$ cd node 
# Visit the Node.js website to find out the current version.
$ git checkout v0.10.18 
$ ./configure && make && sudo make install
Personal tools