cordova-common : Apache Cordova tools and platforms shared routines. You can installing cordova-common 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-common $ sudo npm install -g cordova-common
If want to update the cordova-common package execute the command as below,
$ sudo npm update cordova-common
Update package globally,
$ npm install -g cordova-common
$ sudo git clone https://github.com/rektide/cordova-common.git
$ sudo npm install -g ./cordova-common
cordova-common@2.1.1 /usr/lib/node_modules/cordova-common
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall cordova-common
Package Name | cordova-common |
Version | 2.1.1 |
Description | Apache Cordova tools and platforms shared routines |
Released Date | 2017-10-10T00:13:39.107Z |
Published by | stevegill |
How to Learn | https://www.npmjs.com/package/cordova-common/tutorial |