question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Package "@ngx-i18nsupport/tooling" has an incompatible peer dependency to "@angular/core" /"@angular/common" when updating to angular 10.0.0

See original GitHub issue

I 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:open
  • Created 3 years ago
  • Reactions:7
  • Comments:7

github_iconTop GitHub Comments

8reactions
julmotcommented, Nov 12, 2020

Since angular v11 is out now, it seems that it’s finally incompatible.

An unhandled exception occurred: Cannot find module '@angular-devkit/architect'
4reactions
SyntaxErrorOnLine1commented, Jun 20, 2021

I have xliffmerge working in Angular 12.

Install: npm install -D @ngx-i18nsupport/tooling --legacy-peer-deps

Run: ng extract-i18n && ng run <project-name>:xliffmerge

Credit

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found