-
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
angular update - migration failed: Incompatible peer dependencies found #437
Comments
Just add |
Yeah, until the devkit team properly follows semver, this isn't really something that can account for. With their versioning being so different, any npm/yarn semver checks will not satisfy https://jubianchi.github.io/semver-check/#/~0.1100.0/0.1101.0 As a temp work around, |
Use of |
When forcing this change it introduces a breaking change when compiling an ionic app to Android, we get an error fn.bind() is not a function in logcat. Reverting resolves the issue. |
@ASomerN That issue actually related to chrome and an angular release, not anything specific to angular toolkit. https://twitter.com/LPCMedia/status/1352272779014533121 Going to close this as I merged e8c5cf9 which should address this. Thank you! |
* some of the ionic dependencies to angular were lower. * ionic-team/angular-toolkit#437
When trying to update angular version via
ng update @angular/core @angular/cli
I get errors:The text was updated successfully, but these errors were encountered: