Dependency error to update @angular/material 11 to 12
See original GitHub issueI am migration my project from Angular 11 to 12, and when I tried to update the @angular/material@12 I had an error with ng-pick-datetime:
$ ng update @angular/material@12
Using package manager: 'npm'
Collecting installed dependencies...
Found 51 dependencies.
Fetching dependency metadata from registry...
Package "ng-pick-datetime" has an incompatible peer dependency to "@angular/cdk" (requires "^7.0.0", would install "12.2.13").
✖ 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.
See "/tmp/ng-3v8GXt/angular-errors.log" for further details.
Issue Analytics
- State:
- Created a year ago
- Comments:5
Top Results From Across the Web
Unable to update Angular from 10 to 11 due to dependency ...
1- go to Nodejs website and update your version to the latest LTS version. · 2- go to your OS command line and...
Read more >Dependency error when updating from v11 to v12 using "ng ...
I'm getting an error on dependencies when updating an Angular app from v11 to v12 using ng update . Minimal Reproduction. Create a...
Read more >Angular update fails from 11 to 12 | Infragistics Forums
we tried different approaches to update from angular 11 to 12. Unfortunately, it looks like there is an internal issue with the library....
Read more >Guide to update your Angular application v11.0 -> v12.0 for ...
Run ng update @angular/core@12 @angular/cli@12 which should bring you to version 12 of Angular. Angular now requires TypeScript 4.2. ng update will update...
Read more >Angular 11.2.9 -> 12 Update Error : r/Angular2 - Reddit
Angular 11.2.9 -> 12 Update Error ... Result: The installed local Angular CLI version is older than the latest stable version. Installing a ......
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

@dpeliser-zebra you shouldn’t be using this version anymore… use my forked version: https://www.npmjs.com/package/@danielmoncada/angular-datetime-picker
@paritosh64ce how can I update the README file if you can’t edit or merge any PRs? I do not own this repo.