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
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
3.The configure and install
Successfully installed node in Linux
1.Extarct the tar.gz file
$ tar -xzf node-v0.10.29.tar.gz2.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

After installtion we will get two things
1.Node.js Command prompt
2.Node.exe
Successfully installed node in your windows.


0 comments:
Post a Comment