-
Notifications
You must be signed in to change notification settings - Fork 18
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
Unknown file extension ".svelte" #15
Comments
Update: looks like it was my mistake adding it as |
Ran into this issue as well. The docs specify to install with -D to make them devDependencies but that leads to the above problem. Not sure if I'm missing something, but perhaps the README files should be updated? |
Hi, I also got the same error, even though I've made sure to install it not as Update: turns out it works fine only after page routing (I use sveltekit). If I reload the page, the error always occurs. |
Hi! Using Svelte 3.44.0 (with SvelteKit and TypeScript), tried to use this library I have successfully used in the past but it keeps failing with the following error (looks like a duplicate of #14 but I manage to reproduce it over and over):
Basically:
npm create svelte@latest
npm i -D @steeze-ui/icons
.svelte
file:The text was updated successfully, but these errors were encountered: