Node.js

From KevinWiki

Revision as of 13:39, 15 July 2013 by Kevin (Talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.13 
$ ./configure && make && sudo make install 
Personal tools