Hi,
I'm upgrading my project to Angular 10 using ng update @angular/material but it fails with:
Using package manager: 'yarn'
Collecting installed dependencies...
Found 194 dependencies.
Fetching dependency metadata from registry...
Package "cdk-drag-scroll" has an incompatible peer dependency to "@angular/cdk" (requires "^7.3.0", would install "10.2.0").
✖ Migration failed: 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.
#14 is open to take this package up to Angular 9 but with the release of Angular 10 we need another update.
Hi,
I'm upgrading my project to Angular 10 using
ng update @angular/materialbut it fails with:#14 is open to take this package up to Angular 9 but with the release of Angular 10 we need another update.