-
-
Notifications
You must be signed in to change notification settings - Fork 546
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
Upgrade to 0.458.0 from 0.457.0 breaks: Could not resolve "../icons/alarm-check.ts" from .. aliases.js" #2614
Closed
5 of 30 tasks
Labels
🐛 bug
Something isn't working
Comments
kyle-leonhard
changed the title
Upgrade to 0.458.0 from 0.457.0 breaks: Could not resolve "../icons/alarm-check.ts"
Upgrade to 0.458.0 from 0.457.0 breaks: Could not resolve "../icons/alarm-check.ts" from .. aliases.js"
Nov 16, 2024
3 tasks
Happening to me as well. It's referencing a .ts file, but there are only .js files. |
having this issue as well |
Same here, also https://lucide.dev/guide/advanced/aliased-names#create-a-custom-module-declaration-file is missing svelte |
This comment was marked as outdated.
This comment was marked as outdated.
Working on a fix! |
It is fixed in |
Thanks for the quick fix, @ericfennis |
@kyle-leonhard Thank you for letting us know! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Package
Version
0.458.0
Can you reproduce this in the latest version?
Browser
Operating system
Description
After upgrading to 0.458.0, my build breaks with:
Could not resolve "../icons/alarm-check.ts" from "node_modules/.pnpm/[email protected][email protected]/node_modules/lucide-svelte/dist/aliases/aliases.js"
. Despite not importing that icon anywhere.#2584 stands out as potentially related. @ericfennis, fyi, in case this rings a bell.
Steps to reproduce
TODO: I have my repo, but not a minimal repro.
Checklist
The text was updated successfully, but these errors were encountered: