Node.js
From KevinWiki
(Difference between revisions)
Kevin (Talk | contribs)
(Created page with "= Install Node.js and NPM = <pre> $ 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 $ ./...")
Newer edit →
(Created page with "= Install Node.js and NPM = <pre> $ 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 $ ./...")
Newer edit →
Revision as of 13:39, 15 July 2013
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