Friday, August 28, 2015
Installing NodeJs on Windows
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/
Once the download is completed, double click on the installer to start the installation process.
Click on ‘Next’ to start the Nodejs installation.
Accept the End-User License Agreement and click on ‘Next’ to continue the installation process.
Select the location at which you want to install the Nodejs.
Click on ‘Next’ to continue installation.
Click on Ínstall’ button to start installing nodejs.
Click on ‘Finish’ to complete the nodejs installation.
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.
We have installed nodejs on the windows machine and we will be using this to work with Cordova in the upcoming tutorials.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment