Versions Compared

Key

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

...

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

    Code Block
    languagebash
    $ sudo npm install –g cordova



    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.



  4. Continue with the Install JDK section.

...