lephyrus / ngx-translate-messageformat-compiler

Advanced pluralization (and more) for ngx-translate, using standard ICU syntax which is compiled with the help of messageformat.js.
MIT License
93 stars 30 forks source link

Problems with updating to angular version 12 #72

Closed Johnz86 closed 3 years ago

Johnz86 commented 3 years ago

I have a problem migration to angular version 12.

ng update @angular/core@12 @angular/cli@12
The installed local Angular CLI version is older than the latest stable version.
Installing a temporary version to perform the update.
Installing packages for tooling via npm.
Installed packages for tooling via npm.
Using package manager: 'npm'
Collecting installed dependencies...
Found 45 dependencies.
Fetching dependency metadata from registry...
                  Package "ngx-translate-messageformat-compiler" has an incompatible peer dependency to "@angular/core" (requires "^6.0.0 || ^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0" (extended), would install "12.0.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.

Can we extend the list of peer dependencies? Are they incompatible?

andreistoica994 commented 3 years ago

Too bad its not compatible with angular 12 at this moment.

Johnz86 commented 3 years ago

Too bad its not compatible with angular 12 at this moment.

I ignored the warning messages and forced the installation. It works. Did you discover any issues?

andreistoica994 commented 3 years ago

Too bad its not compatible with angular 12 at this moment.

I ignored the warning messages and forced the installation. It works. Did you discover any issues?

Only warnings.