Hi Team,
When i run the command “ionic cordova run android”(the project resides in github). I am facing an issue installing camera plugin’s dependency on compat plugin with version 1.1.0. This is a conflict between calendar and camera.
Calendar requires plugin compat with version 1.0.0. where as, camera requires plugin compat with version 1.1.0
Here is the error message that i see:
Failed to install ‘cordova-plugin-camera’: CordovaError: Version of installed plugin: “cordova-plugin-compat@1.0.0” does not satisfy dependency plugin requirement “cordova-plugin-compat@^1.1.0”. Try --force to use installed plugin as dependency.
Ionic info:
cli packages: (C:\Users\IBM_ADMIN\Downloads\bpc-frontend-bpcapp\node_modules)
@ionic/cli-utils : 1.9.2
ionic (Ionic CLI) : 3.9.2
global packages:
Cordova CLI : 7.0.1
local packages:
@ionic/app-scripts : 1.3.7
Cordova Platforms : android 6.2.3 ios 4.4.0
Ionic Framework : ionic-angular 3.3.0
System:
Node : v6.10.3
npm : 3.10.10
OS : Windows 7