Installing Cordova
-
2. Installing NodeJs
How to Install the Latest Node.js on Bodhi Linux
-
3. Installing Git
Then to Install Git
Simply play:sudo apt install git
Authenticate with the User Admin Pass.
If Got “User is Not in Sudoers file” then see: How to Enable sudo -
4. Installing Cordova
Now to Install the Latest Cordova with Npm
Run:npm install -g cordova
Or:
sudo npm install -g cordova
-
5. Testing Cordova
Finally, to Test Cordova Installation
Do:cordova
And you should Find in Output the Cordova Help Notice.
Contents