Node.js

From KevinWiki

Revision as of 18:35, 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 
#Try checking nodejs.org for what the stable version is
$ git checkout v0.10.18 
$ ./configure && make && sudo make install 
Personal tools