Node.js
From KevinWiki
(Difference between revisions)
(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 $ ./...") |
|||
Line 1: | Line 1: | ||
+ | [[Category:JavaScript]] | ||
= Install Node.js and NPM = | = Install Node.js and NPM = | ||
<pre> | <pre> |
Revision as of 13:41, 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