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

Outdated peer dependencies #6

Closed mnasyrov closed 7 years ago

mnasyrov commented 7 years ago

During npm install

npm WARN ngx-translate-messageformat-compiler@1.1.1 requires a peer of @angular/core@^2.0.0 but none was installed.
npm WARN ngx-translate-messageformat-compiler@1.1.1 requires a peer of @ngx-translate/core@^7.2.0 but none was installed.

While having "@angular/core": "4.4.3" and "@ngx-translate/core": "8.0.0" installed.

lephyrus commented 7 years ago

Thanks for the report, @mnasyrov.