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
Hi, I don't know if this is the right place to report this error. But I went to the package that was causing the error on NPM and it redirected me here.
I created a new project using Angular 18 and Ionic. But I'm having some errors when installing npm packages.
npm error code ERESOLVE
npm error ERESOLVE unable to resolve dependency tree
npm error
npm error While resolving: [email protected]
npm error Found: [email protected]
npm error node_modules/rxjs
npm error rxjs@"~7.8.0" from the root project
npm error
npm error Could not resolve dependency:
npm error peer rxjs@"^5.5.0 || ^6.5.0" from @ionic-native/[email protected]
npm error node_modules/@ionic-native/core
npm error peer @ionic-native/core@"^5.1.0" from @ionic-native/[email protected]
npm error node_modules/@ionic-native/file
npm error @ionic-native/file@"^5.36.0" from the root project
npm error
npm error Fix the upstream dependency conflict, or retry
npm error this command with --force or --legacy-peer-deps
npm error to accept an incorrect (and potentially broken) dependency resolution.
I tried to downgrade to RxJS version 6.5.0, but then the same error happens (but this time caused by Angular packages)
npm error Could not resolve dependency:
npm error peer rxjs@"^6.5.3 || ^7.4.0" from @angular/[email protected]
Does this means that Ionic is not compatible with Angular 18?
if I run npm install --force it seems to work. Is there any other way to fix this issue?
Thanks in advance!
The text was updated successfully, but these errors were encountered:
Hi, I don't know if this is the right place to report this error. But I went to the package that was causing the error on NPM and it redirected me here.
I created a new project using Angular 18 and Ionic. But I'm having some errors when installing npm packages.
I tried to downgrade to RxJS version 6.5.0, but then the same error happens (but this time caused by Angular packages)
Does this means that Ionic is not compatible with Angular 18?
if I run
npm install --force
it seems to work. Is there any other way to fix this issue?Thanks in advance!
The text was updated successfully, but these errors were encountered: