Package "@ngx-i18nsupport/tooling" has an incompatible peer dependency to "@angular/core" /"@angular/common" when updating to angular 10.0.0
See original GitHub issueI updated Angular to 10.0.0 version and the following conflict happened:
Fetching dependency metadata from registry...
Package "@ngx-i18nsupport/tooling" has an incompatible peer dependency to "@angular/core" (requires "^8.0.0" (extended), would install "10.0.0").
Package "@ngx-i18nsupport/tooling" has an incompatible peer dependency to "@angular/common" (requires "^8.0.0" (extended), would install "10.0.0").
× Migration failed: Incompatible peer dependencies found.
Issue Analytics
- State:
- Created 3 years ago
- Reactions:7
- Comments:7
Top Results From Across the Web
When upgrading Angular 5 to 6, I get incompatible peer ...
ng update @angular/core Package "@angular/flex-layout" has an incompatible peer dependency to "rxjs" (requires "^5.5.0", would install "6.2.0").
Read more >ng upgrade: incompatible peer dependency error prevents ...
When I ran "ng update @angular/core" got the following errors and cannot upgrade to angular 6: Package "angular2-resizable" has an incompatible ...
Read more >Upgrade Angular App to latest version
Package "@angular/fire" has an incompatible peer dependency to "@angular/common" (requires ">=6.0.0 <8" (extended), would install "11.1.1").
Read more >could not resolve dependency: npm err! peer @angular ...
When I try to update @angular/cdk or other packages I usually get a message saying the dependencies are incompatible (see error block). Does...
Read more >Upgrading Angular versions has to be the most frustrating ...
✖ Migration failed: Incompatible peer dependencies found. Peer dependency warnings when installing dependencies means that those dependencies ...
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

Since angular v11 is out now, it seems that it’s finally incompatible.
I have xliffmerge working in Angular 12.
Install:
npm install -D @ngx-i18nsupport/tooling --legacy-peer-depsRun:
ng extract-i18n && ng run <project-name>:xliffmergeCredit