-
Notifications
You must be signed in to change notification settings - Fork 47
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
capacitor/core conflict with Ionic CLI 7 #23
Comments
Hi @bnemani, Capacitor 5 support will be coming in the next weeks. For the time being, did you try to use |
Is Capacitor 5 support still coming? |
I starte working on a major update, but due to other responsibilities I do not have a timeline yet. Does |
any update on the capacitor 5 compatibility? |
@mahnuh I got same dependency issue for Capacitor v5. I tried I also tried v2 branch, but got error for fn |
hey there any news? :) |
I am getting capacitor/core conflict with latest version of this plugin:
following is the error:
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! While resolving: [email protected]
npm ERR! Found: @capacitor/[email protected]
npm ERR! node_modules/@capacitor/core
npm ERR! @capacitor/core@"5.0.3" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer @capacitor/core@"^4.0.0" from @perfood/[email protected]
npm ERR! node_modules/@perfood/capacitor-healthkit
npm ERR! @perfood/capacitor-healthkit@"*" from the root project
npm ERR!
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
my ionic env:
Ionic:
Ionic CLI : 7.1.1 (/Users/bhanu/.nvm/versions/node/v16.16.0/lib/node_modules/@ionic/cli)
Ionic Framework : @ionic/angular 7.0.7
@angular-devkit/build-angular : 16.0.2
@angular-devkit/schematics : 16.0.2
@angular/cli : 16.0.2
@ionic/angular-toolkit : 9.0.0
Capacitor:
Capacitor CLI : 5.0.3
@capacitor/android : not installed
@capacitor/core : 5.0.3
@capacitor/ios : not installed
Utility:
cordova-res : not installed globally
native-run : 1.7.2
System:
NodeJS : v16.16.0 (/Users/bhanu/.nvm/versions/node/v16.16.0/bin/node)
npm : 9.6.5
OS : macOS Monterey
The text was updated successfully, but these errors were encountered: