innova-re / ips

launchnavigator
3 stars 0 forks source link

Error: 404 Not Found: ionic-plugin-keyboard #70

Closed apierr closed 8 years ago

apierr commented 8 years ago

When running the command cordova plugin add ionic-plugin-keyboard you can encounter the following situation:

> cordova plugin add ionic-plugin-keyboard
Fetching plugin "ionic-plugin-keyboard" via plugin registry
npm http GET http://registry.cordova.io/ionic-plugin-keyboard
npm http 404 http://registry.cordova.io/ionic-plugin-keyboard
Error: 404 Not Found: ionic-plugin-keyboard
apierr commented 8 years ago

From the cordova plugin documentation you can manage the project plugins using plugin-id, directory or git-url. In this case, instead of using the plugin-id you can use the git-url and it should work:

> cordova plugin add https://github.com/driftyco/ionic-plugin-keyboard