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

Update to support angular 18 #141

Closed
brunohms opened this issue Jun 30, 2024 · 7 comments · Fixed by #143
Closed

Update to support angular 18 #141

brunohms opened this issue Jun 30, 2024 · 7 comments · Fixed by #143

Comments

@brunohms
Copy link

brunohms commented Jun 30, 2024

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
@Guandaline
Copy link

Same issue here!

@ranupoju0126
Copy link

any update on this?

@vidigal
Copy link

vidigal commented Aug 13, 2024

same here

@OlivierBeaudet
Copy link

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

@the-ult
Copy link

the-ult commented Sep 6, 2024

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

@the-ult
Copy link

the-ult commented Sep 6, 2024

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

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

@nesha14586
Copy link

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

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

Successfully merging a pull request may close this issue.

7 participants