Hello friends, If you would like to install Cordova in Ubuntu please follow the below commands:
First we install Node Package Manager
sudo apt-get install npm
Now we need to install Node.JS
sudo apt-get install python-software-properties
sudo add-apt-repository ppa:chris-lea/node.js
sudo apt-get update
sudo apt-get install nodejs
Finally we install Cordova
sudo npm install -g cordova
You can check Cordova is successfully install in your system or not by below command:
cordova
0 Comment(s)