angular-tabler-icons
angular-tabler-icons copied to clipboard
Update to support angular 18
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
Same issue here!
any update on this?
same here
Same for me, need update, tried npm --force but some icons are not displayed.
Once this PR merges, the official tabler-icons/angular might help
- https://github.com/tabler/tabler-icons/pull/1091
For now adding this to your package.json might help:
{
...
"overrides": {
"angular-tabler-icons": {
"@angular/common": "^18.0.0",
"@angular/core": "^18.0.0"
}
},
}
This is still an issue. I think the community would really appreciate an update and support for Angular 18.