Node.js

From KevinWiki

(Difference between revisions)
Jump to: navigation, search
(Install Node.js and NPM)
Line 5: Line 5:
  $ cd node  
  $ cd node  
  # Visit the [http://nodejs.org Node.js website] to find out the current version.
  # Visit the [http://nodejs.org Node.js website] to find out the current version.
-
  $ git checkout v0.10.18
+
  $ git checkout v0.10.20
  $ ./configure && make && sudo make install
  $ ./configure && make && sudo make install

Revision as of 14:10, 17 October 2013

Install Node.js and NPM

$ git clone https://github.com/joyent/node.git 
$ cd node 
# Visit the Node.js website to find out the current version.
$ git checkout v0.10.20 
$ ./configure && make && sudo make install
Personal tools