You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 16, 2024. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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
The text was updated successfully, but these errors were encountered: