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
Failed to install 'cordova-azure-notification-hubs': CordovaError: Version of installed plugin: "[email protected]" 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
@benskarunya problem is cordova-azure-notification-hubs plugin depends on cordova-support-google-services@~1.2.0 but your project already have [email protected] installed. Try uninstall cordova-support-google-services and install cordova-azure-notification-hubs which will also install cordova-support-google-services@~1.2.0.
Hi, i am getting this error when create IOnic android
The text was updated successfully, but these errors were encountered: