-
Notifications
You must be signed in to change notification settings - Fork 12k
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
ng update for [email protected] requires Angular 8.2.0-rc.0 dependencies #15193
Comments
tomgruszowski
changed the title
ng update for 8.1.3 requires Angular 8.2.0-rc.0 dependencies
ng update for [email protected] requires Angular 8.2.0-rc.0 dependencies
Jul 29, 2019
I have this same issue as well. |
the same |
Duplicate of #14980 |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
🐞 Bug report
Command (mark with an
x
)Is this a regression?
Yes, started with angular/cli 8.1.3
Description
run ng update @angular/cli produces error with incompatible dependencies for 8.2.0.rc-0
🔬 Minimal Reproduction
ng update @angular/cli
Using package manager: 'npm'
Collecting installed dependencies...
Found 51 dependencies.
Fetching dependency metadata from registry...
Package "@angular/material" has an incompatible peer dependency to "@angular/common" (requires "^8.0.0 || ^9.0.0-0" (extended), would install "8.2.0-rc.0").
Package "ngx-quill" has an incompatible peer dependency to "@angular/platform-browser" (requires "^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0" (extended), would install "8.2.0-rc.0").
Package "@angular/material" has an incompatible peer dependency to "@angular/forms" (requires "^8.0.0 || ^9.0.0-0" (extended), would install "8.2.0-rc.0").
Package "@angular/material" has an incompatible peer dependency to "@angular/core" (requires "^8.0.0 || ^9.0.0-0" (extended), would install "8.2.0-rc.0").
Package "@angular/material" has an incompatible peer dependency to "@angular/animations" (requires "^8.0.0 || ^9.0.0-0" (extended), would install "8.2.0-rc.0").
Incompatible peer dependencies found.
Peer dependency warnings when installing dependencies means that those dependencies might not work correctly together.
You can use the '--force' option to ignore incompatible peer dependencies and instead address these warnings later.
🌍 Your Environment
The text was updated successfully, but these errors were encountered: