NodeJs is an asynchronous event driven JavaScript framework designed to build scalable network applications. NodeJs is used to distribute Cordova and all the plugins related to Apache Cordova.
Download the latest version of nodejs from nodejs website.
https://nodejs.org/
![clip_image002 clip_image002](http://lh3.googleusercontent.com/-T32yWcgm-g8/VeBnFeAJUUI/AAAAAAAAJqk/_JCP_DfIdxk/clip_image002_thumb%25255B1%25255D.jpg?imgmax=800)
Once the download is completed, double click on the installer to start the installation process.
![clip_image004 clip_image004](http://lh3.googleusercontent.com/-vc_5Ym326Xg/VeBnHf-5VUI/AAAAAAAAJq0/I3SVIXUQ5jI/clip_image004_thumb%25255B1%25255D.jpg?imgmax=800)
Click on ‘Next’ to start the Nodejs installation.
![clip_image006 clip_image006](http://lh3.googleusercontent.com/-wDqVNRjw43I/VeBnIbAo-sI/AAAAAAAAJrE/A-fEMG45fJ4/clip_image006_thumb%25255B1%25255D.jpg?imgmax=800)
Accept the End-User License Agreement and click on ‘Next’ to continue the installation process.
![clip_image008 clip_image008](http://lh3.googleusercontent.com/-tdHOiMa6HIE/VeBnJ0xkVaI/AAAAAAAAJrU/reVI0EexzAI/clip_image008_thumb%25255B1%25255D.jpg?imgmax=800)
![clip_image010 clip_image010](http://lh3.googleusercontent.com/-r2LjUZQbFqs/VeBnLT7y1RI/AAAAAAAAJrk/UGafJg9D4YE/clip_image010_thumb%25255B1%25255D.jpg?imgmax=800)
Select the location at which you want to install the Nodejs.
![clip_image012 clip_image012](http://lh3.googleusercontent.com/-iOk5XYLRxa0/VeBnOF_5OlI/AAAAAAAAJr0/RoG4lv_mSQA/clip_image012_thumb%25255B1%25255D.jpg?imgmax=800)
Click on ‘Next’ to continue installation.
![clip_image014 clip_image014](http://lh3.googleusercontent.com/-TWxHeOTqDsQ/VeBnPn7AF8I/AAAAAAAAJsE/jlFyxlR5uZ0/clip_image014_thumb%25255B1%25255D.jpg?imgmax=800)
Click on Ínstall’ button to start installing nodejs.
![clip_image016 clip_image016](http://lh3.googleusercontent.com/-g3mNEMI0k9g/VeBnQwvh3oI/AAAAAAAAJsU/cd4GQOL_Nw4/clip_image016_thumb%25255B1%25255D.jpg?imgmax=800)
![clip_image018 clip_image018](http://lh3.googleusercontent.com/-Agzv_YVa0R8/VeBnSGlV2YI/AAAAAAAAJsk/NztBe7UbwnE/clip_image018_thumb%25255B1%25255D.jpg?imgmax=800)
Click on ‘Finish’ to complete the nodejs installation.
![clip_image020 clip_image020](http://lh3.googleusercontent.com/-yn56gGWyeK4/VeBnTzSJ63I/AAAAAAAAJs0/s3aV6CLFdvs/clip_image020_thumb%25255B1%25255D.jpg?imgmax=800)
To verify the installation, open command prompt and run the below commands.
npm –v
node –v
These commands should display the nodejs version and npm versions. They may vary from the below screen based on the version of the nodejs installed.
![clip_image021 clip_image021](http://lh3.googleusercontent.com/-yvSD0l7oVHI/VeBnVRSDqzI/AAAAAAAAJtE/3BHt-TCoaW4/clip_image021_thumb%25255B1%25255D.jpg?imgmax=800)
We have installed nodejs on the windows machine and we will be using this to work with Cordova in the upcoming tutorials.
No comments:
Post a Comment