Node.js

From KevinWiki

(Difference between revisions)
Jump to: navigation, search
Line 1: Line 1:
[[Category:JavaScript]]
[[Category:JavaScript]]
= Install Node.js and NPM =
= Install Node.js and NPM =
-
<pre>
+
 
-
$ git clone https://github.com/joyent/node.git  
+
$ git clone https://github.com/joyent/node.git  
-
$ cd node  
+
$ cd node  
-
#Try checking nodejs.org for what the stable version is
+
# Visit the [http://nodejs.org Node.js website] to find out the current version.
-
$ git checkout v0.10.18  
+
$ git checkout v0.10.18  
-
$ ./configure && make && sudo make install  
+
$ ./configure && make && sudo make install
-
</pre>
+

Revision as of 18:44, 21 September 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.18 
$ ./configure && make && sudo make install
Personal tools