derek82511 / cordova-azure-notification-hubs

Register and receive push notifications via Azure Notification Hub.
MIT License
10 stars 30 forks source link

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 4 years ago

benskarunya commented 4 years ago

Hi, i am getting this error when create IOnic android

niren777 commented 4 years ago

@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.