Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


...

Note

You must have installed Node.js before proceeding with the steps on this

...

page.


To install Cordova, perform the following steps:

  1. Open Terminal.
  2. At the command prompt, enter the following command:

    Code Block
    languagebash
    $ sudo npm install –g cordova


    Image Modified
    Cordova gets installed.

  3. To check the version of Cordova installed, enter the following command:

    Code Block
    languagebash
    $ cordova –version


    The installed version of Cordova is displayed.

    Image Modified

  4. Continue with the Install JDK section.

...