...
Note |
---|
You must have installed Node.js before proceeding with the steps on this |
...
page. |
To install Cordova, perform the following steps:
- Open Terminal.
At the command prompt, enter the following command:
Code Block language bash $ sudo npm install –g cordova
Cordova gets installed.To check the version of Cordova installed, enter the following command:
Code Block language bash $ cordova –version
The installed version of Cordova is displayed.- Continue with the Install JDK section.
...