Friday, 4 July 2014

NODE.JS - PART 2 (DOWNLOAD & INSTALL)

NODE.JS



First we need to download NODE.JS
Version : v0.10.29

Download Links:

Windows Installer (.msi)
  32-bit    Click here  
  64-bit    Click here

Windows Binary (.exe)
  32-bit    Click here  
  64-bit    Click here

Mac OS X Installer (.pkg)
  Universal  Click here

Mac OS X Binaries (.tar.gz)
  32-bit       Click here
  64-bit       Click here

Linux Binaries (.tar.gz)
  32-bit      Click here
  64-bit      Click here


IN LINUX & MAC


After downloading go to the folder containing the node's tar.gz file (Downloaded file)

Run these commands:

1.Extarct the tar.gz file

$ tar -xzf node-v0.10.29.tar.gz
2.Go to the extarcted folder

$ cd node-v0.10.29.

3.The configure and install

  $ ./configure
$ sudo make install


Successfully installed node in Linux

IN WINDOWS


Directly we can install the .exe file or .msi file , here the entire installation is in the similar way of installing a software.

After installtion we will get two things

1.Node.js Command prompt

 



2.Node.exe




Successfully installed node in your windows.









Share this article

0 comments:

Post a Comment

 
Copyright © 2014 krishcdbry • All Rights Reserved.
Distributed By Free Blogger Templates | Template Design by BTDesigner • Powered by Blogger
back to top