Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failed to install 'cordova-azure-notification-hubs': CordovaError: Version of installed plugin: "cordova-support-google-services@1.3.1" does not satisfy dependency plugin requirement "cordova-support-google-services@~1.2.0". Try --force to use installed plugin as dependency. at /usr/local/lib/node_modules/cordova/node_modules/cordova-lib/src/plugman/install.js:544:43 at process._tickCallback (internal/process/next_tick.js:68:7) #16

Open
benskarunya opened this issue Aug 13, 2019 · 1 comment

Comments

@benskarunya
Copy link

Hi, i am getting this error when create IOnic android

@niren777
Copy link

@benskarunya problem is cordova-azure-notification-hubs plugin depends on cordova-support-google-services@~1.2.0 but your project already have cordova-support-google-services@1.3.1 installed. Try uninstall cordova-support-google-services and install cordova-azure-notification-hubs which will also install cordova-support-google-services@~1.2.0.

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

No branches or pull requests

2 participants