-
Notifications
You must be signed in to change notification settings - Fork 30
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
Ionic cordova builder not working with angular 16. #493
Comments
Hey,
inside your package.json avoid this error. |
The override solution didn't work for me...even after doing ionic repair, it just traded one set of issues for another. Globally, I only have @ionic/[email protected] and tried @angular/[email protected] and 16.1.1 |
I solve with downgrading to angular 15.0.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, I create ionic 7 starter app according to ionic docs. When I run the command "ionic cordova run android -c -s -l", it gives error like "This version of CLI is only compatible with Angular versions ^15.0.0, but Angular version 16.0.4 was found instead.". How can I solve this error.
The text was updated successfully, but these errors were encountered: