Node.js
From KevinWiki
(Difference between revisions)
Line 5: | Line 5: | ||
$ cd node | $ cd node | ||
#Try checking nodejs.org for what the stable version is | #Try checking nodejs.org for what the stable version is | ||
- | $ git checkout v0.10. | + | $ git checkout v0.10.18 |
$ ./configure && make && sudo make install | $ ./configure && make && sudo make install | ||
</pre> | </pre> |
Revision as of 18:35, 21 September 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.18 $ ./configure && make && sudo make install