Skip to content
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

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

Open
laurapebe opened this issue Jun 26, 2020 · 7 comments

Comments

@laurapebe
Copy link

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.
@julkue
Copy link

julkue commented Jun 26, 2020

Same issue here @martinroob. Seems like it wasn't even updated for Angular 9?

@julkue
Copy link

julkue commented Jul 2, 2020

It seems to be compatible with v10, so I think it's only necessary to perform the update...

@ahmadalfy
Copy link

Probably will have to go with the --force flag till it's updated

@ahmadalfy
Copy link

If everyone is interested, the --force flag works and the update doesn't break the package.

@ahmadalfy
Copy link

@martinroob would you be interested if I opened a PR to address this?

@julkue
Copy link

julkue commented 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'

@SyntaxErrorOnLine1
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants