cordova : Cordova command line interface tool. You can installing cordova npm packages, there are two ways to install this module locally and globaly. -g option is specified to global. Execute the below command.
$ sudo npm install cordova $ sudo npm install -g cordova
If want to update the cordova package execute the command as below,
$ sudo npm update cordova
Update package globally,
$ npm install -g cordova
$ sudo git clone https://github.com/rektide/cordova.git
$ sudo npm install -g ./cordova
cordova@7.1.0 /usr/lib/node_modules/cordova
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall cordova
Package Name | cordova |
Version | 7.1.0 |
Description | Cordova command line interface tool |
Released Date | 2017-10-10T00:14:01.035Z |
Published by | stevegill |
How to Learn | https://www.npmjs.com/package/cordova/tutorial |