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
cordova plugin add https://github.com/zenput/cordova-plugin-uwp-oauth
(node:22424) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 1): Failed to fetch plugin https://github.com/zenput/cordova-plugin-uwp-oauth via registry.
Probably this is either a connection problem, or plugin spec is incorrect.
Check your connection and plugin name/version/URL.
Error: cmd: Command failed with exit code 1 Error output:
npm ERR! code ENOPACKAGEJSON
npm ERR! package.json Non-registry package missing package.json: git+https://github.com/zenput/cordova-plugin-uwp-oauth.git.
npm ERR! package.json npm can't find a package.json file in your current directory.
The text was updated successfully, but these errors were encountered:
Hi @JohnMcLear, thanks for pointing this out! I believe you're seeing this because the plugin was built using Cordova 6.x, and plugins require a package.json as of Cordova 7. I'll make a note of this in our Readme.
If you're willing, feel free to submit a PR with a package.json tested against Cordova 7+. Otherwise, we'll address it when we can!
The text was updated successfully, but these errors were encountered: