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