Question Detail
error when install cordova plugin
Registry returned 404 for GET on https://registry.npmjs.org/org.apache.cordova.splashscreen.
Thread Reply
Hemant Sharma
- 4 years ago
In new version, we have to type as following
// npm hosted (new) id
cordova plugin add cordova-plugin-splashscreen
// you may also install directly from this repo
cordova plugin add https://github.com/apache/cordova-plugin-splashscreen.git
Something More