Skip to content
This repository has been archived by the owner on Oct 16, 2024. It is now read-only.

Building the Cordova Shell issues #17

Open
mgalvao2012 opened this issue Jul 22, 2016 · 0 comments
Open

Building the Cordova Shell issues #17

mgalvao2012 opened this issue Jul 22, 2016 · 0 comments

Comments

@mgalvao2012
Copy link

The instructions available on this url http://heroku.github.io/nibs/setup.html need some adjusts.
In the section "Building the Cordova Shell", the step "4 Install the Cordova plugins", the following lines should be revised:
if you try this: cordova plugins add org.apache.cordova.device
you will get this: Error: Registry returned 404 for GET on https://registry.npmjs.org/org.apache.cordova.device

The similar error will be presented for the lines below:
cordova plugins add org.apache.cordova.console
cordova plugins add org.apache.cordova.statusbar
cordova plugins add org.apache.cordova.geolocation
cordova plugins add org.apache.cordova.dialogs
cordova plugins add org.apache.cordova.inappbrowser

However if those lines are rewrite on this way, all of them will work fine:
cordova plugins add cordova-plugin-device
cordova plugins add cordova-plugin-console
cordova plugins add cordova-plugin-statusbar
cordova plugins add cordova-plugin-geolocation
cordova plugins add cordova-plugin-dialogs
cordova plugins add cordova-plugin-inappbrowser

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant