pierreavn / angular-tabler-icons

Tabler Icons components library for your Angular applications
https://www.npmjs.com/package/angular-tabler-icons
MIT License
24 stars 2 forks source link

Angular 14 unsupported #37

Closed JGeritsACA closed 2 years ago

JGeritsACA commented 2 years ago

Hi,

I'm trying to use the package in an Angular 14 project.

We get following error message while trying to install the package:

npm ERR! While resolving: dwg-styleguide@0.0.0
npm ERR! Found: @angular/common@14.0.3
npm ERR! node_modules/@angular/common
npm ERR!   @angular/common@"^14.0.0" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer @angular/common@"11 - 13" from angular-tabler-icons@1.72.0
npm ERR! node_modules/angular-tabler-icons
npm ERR!   angular-tabler-icons@"*" from the root project
npm ERR! 
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR! 
npm ERR! See /Users/jonasgerits/.npm/eresolve-report.txt for a full report.

npm ERR! A complete log of this run can be found in:
npm ERR!     /Users/jonasgerits/.npm/_logs/2022-06-29T12_09_56_303Z-debug-0.log

Is it possible to upgrade the package?

Thanks in advance! Kind regards, Jonas

pierreavn commented 2 years ago

Thank you for reporting this issue. I'm working on it and keep you in touch when Angular 14 support is ready.

JGeritsACA commented 2 years ago

Thanks Pierre, looking forward to the update!

pierreavn commented 2 years ago

Support for Angular 14 has been released today!

Can you check if it works for you with the latest version: npm install angular-tabler-icons@1.72.1 or yarn add angular-tabler-icons@1.72.1

JGeritsACA commented 2 years ago

It works, thanks Pierre!