-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Missing "./ssr" export in "svelte" package #2181
Comments
svelte/ssr was added in svelte v3.39.0 via sveltejs/svelte#6416 the latest version of vite-plugin-svelte adds that to vite.optimizeDeps config which leads to the bug you're seeing. |
should be fixed in [email protected] please try again |
It picked your changes and it works now, wiped reinstalled all again. |
If I add -H to svelte kit to the try with https it returns me this error. I thought it should work anyway with a self signed certificate but it doesn't. Do I need to provide my own certificate in the vite config?
|
Describe the bug
I am running svelte-kit dev with the most recent version 1.0.0-146 and I get a weird error which I was not having before.
For some reason i cleared node_modules and reinstalled all of them with "npm i" but now it doesn't run anymore.
Reproduction
run "npm run reproduce"
my package.json file:
svelte config:
Logs
System Info
Windows 10
svelte kit "next" (which at current time is 146)
Severity
blocking all usage of SvelteKit
Additional Information
No response
The text was updated successfully, but these errors were encountered: