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