Closed PaperPrototype closed 3 months ago
Okay, so pnpm run build
works as long as I am using @sveltejs/adapter-auto
. I'll stick with this for now until the problem is solved.
aaand, since vercel automatically changes the adapter it has failed...
Looks like it works after updating the "@sveltejs/kit" version to "^2.5.20" (I was on "1.x.x") Also changed the vitePreprocess to use "@sveltejs/vite-plugin-svelte" package instead of "@sveltejs/kit/vite" as per https://kit.svelte.dev/docs/integrations#preprocessors
Was switching to @sveltejs/vite-plugin-svelte
the main cause ? I've did the same but with no luck.
Describe the bug
Managed to deploy just fine, then I added a few packages and now this error gets printed to the console
Reproduction
Honestly don't think I will be able to reproduce this. Although the issue/error is identical on my machine and vercel deployments.
Here is my package.json and pnpm-lock.yaml if that helps. I've deleted the pnpm-lock and updated all the packages as well but still no change.
package.json
System Info
Severity
annoyance
Additional Information
I assume this is a bug, but I may be wrong :)