angular-tabler-icons icon indicating copy to clipboard operation
angular-tabler-icons copied to clipboard

Update to support angular 18

Open brunohms opened this issue 1 year ago • 6 comments

Currently version 3.1.0 is not working with angular v18+.

npm error code ERESOLVE
npm error ERESOLVE unable to resolve dependency tree
npm error
npm error While resolving:<REDACTED>
npm error Found: @angular/[email protected]
npm error node_modules/@angular/common
npm error   @angular/common@"^18.0.5" from the root project
npm error
npm error Could not resolve dependency:
npm error peer @angular/common@"14 - 17" from [email protected]
npm error node_modules/angular-tabler-icons
npm error   angular-tabler-icons@"3.1.0" from the root project
npm error
npm error Fix the upstream dependency conflict, or retry
npm error this command with --force or --legacy-peer-deps
npm error to accept an incorrect (and potentially broken) dependency resolution.
npm error
npm error
npm error For a full report see:
npm error <REDACTED>-eresolve-report.txt

npm error A complete log of this run can be found in:<REDACTED>-debug-0.log

brunohms avatar Jun 30 '24 18:06 brunohms

Same issue here!

Guandaline avatar Jun 30 '24 19:06 Guandaline

any update on this?

ranupoju0126 avatar Jul 10 '24 17:07 ranupoju0126

same here

vidigal avatar Aug 13 '24 01:08 vidigal

Same for me, need update, tried npm --force but some icons are not displayed.

OlivierBeaudet avatar Aug 31 '24 09:08 OlivierBeaudet

Once this PR merges, the official tabler-icons/angular might help

  • https://github.com/tabler/tabler-icons/pull/1091

the-ult avatar Sep 06 '24 08:09 the-ult

For now adding this to your package.json might help:

{
 ...
 "overrides": {
    "angular-tabler-icons": {
      "@angular/common": "^18.0.0",
      "@angular/core": "^18.0.0"
    }
  },
}

the-ult avatar Sep 06 '24 08:09 the-ult

This is still an issue. I think the community would really appreciate an update and support for Angular 18.

nesha14586 avatar Oct 31 '24 10:10 nesha14586