Cordova & PhoneGap Ubuntu 19.04 - Cordova Setup
-
Installing Required Git.
sudo apt install git
If Got “User is Not in Sudoers file” then see: How to Enable sudo
-
Installing Latest Cordova with CLI by Npm.
cd
sudo npm install -g cordova
-
Testing Cordova Installation.
cordova
You should See the Cordova Help Notice…
Contents