-
-
Notifications
You must be signed in to change notification settings - Fork 25
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
Error: Cannot find module '@rollup/pluginutils' #54
Comments
I had the same issue with SvelteKit 2, try |
When testing On both that version and 4.2.0 the sveltekit-svg package does not appear to list a runtime or peer dependency for I think downgrading to |
Sorry guys, my misstake. This should now be fixed in 4.2.1 |
And the experimental support for Svelte5 package should now also be updated: 5.0.0-svelte5.1 |
That fixes it for me on Svelte5, thanks! |
thanks! |
Hi.
Very nice plugin.
However, I've encountered an issue. When I configure the settings and start the application, I get the following error:
Here are the relevant
devDependencies
from mypackage.json
:Do you have any suggestions on how to resolve this issue? I would greatly appreciate your help.
Thanks!
The text was updated successfully, but these errors were encountered: