-
-
Notifications
You must be signed in to change notification settings - Fork 15
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 during build: Cannot find package 'kolorist' #39
Comments
@udos86 thx, I need to review all dependencies |
I think this happens because sveltekit/src/plugins/SvelteKitPlugin.ts Line 106 in c6c3499
You should probably remove Line 11 in c6c3499
|
might be nice to know: |
any news on this one? :) |
Any updates on this issue? We also encountered it. |
Building a SvelteKit application with latest
@vite-pwa/sveltekit
fails out of the box with the following error:My package versions:
After installing
kolorist
manually everything works fine.So in order to fix this,
kolorist
should be added todependencies
and removed fromdevDependencies
inpackage.json
of@vite-pwa/sveltekit
.My service worker under
src/service-worker.ts
:My Vite config:
The text was updated successfully, but these errors were encountered: