Install Cordova on Windows

You must have installed Node.js before proceeding with this procedure.


To install Cordova, perform the following steps:

  1. Open the command prompt and enter the following command:

    npm install –g cordova




    Cordova gets installed.

  2. To check the version of Cordova installed, enter the following command in the command prompt:

    cordova –-version




  3. Continue with the Install JDK on Windows section.