You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to install sveltekit according to the docs https://kit.svelte.dev/docs/creating-a-project
Chosen options Demo app, Typescript, Prettier, Svelte 5
When running npm run dev results in Missing "./internal" specifier in "svelte" package
error when starting dev server:
Error: Missing "./internal" specifier in"svelte" package
at e (file:///var/www/vhosts/quantum/demo/node_modules/vite/dist/node/chunks/dep-C-KAszbv.js:47585:25)
at n (file:///var/www/vhosts/quantum/demo/node_modules/vite/dist/node/chunks/dep-C-KAszbv.js:47585:627)
at o (file:///var/www/vhosts/quantum/demo/node_modules/vite/dist/node/chunks/dep-C-KAszbv.js:47585:1297)
at resolveExportsOrImports (file:///var/www/vhosts/quantum/demo/node_modules/vite/dist/node/chunks/dep-C-KAszbv.js:48275:20)
at resolveDeepImport (file:///var/www/vhosts/quantum/demo/node_modules/vite/dist/node/chunks/dep-C-KAszbv.js:48294:31)
at tryNodeResolve (file:///var/www/vhosts/quantum/demo/node_modules/vite/dist/node/chunks/dep-C-KAszbv.js:48019:20)
at Context.resolveId (file:///var/www/vhosts/quantum/demo/node_modules/vite/dist/node/chunks/dep-C-KAszbv.js:47769:28)
at Object.resolveId (file:///var/www/vhosts/quantum/demo/node_modules/vite/dist/node/chunks/dep-C-KAszbv.js:51029:64)
at async file:///var/www/vhosts/quantum/demo/node_modules/vite/dist/node/chunks/dep-C-KAszbv.js:68130:21
at async file:///var/www/vhosts/quantum/demo/node_modules/vite/dist/node/chunks/dep-C-KAszbv.js:51703:20
People, you don't need to add comments saying 'me too' (unless you're adding new information like which version broke). That's what emoji reactions are for
Describe the bug
Trying to install sveltekit according to the docs https://kit.svelte.dev/docs/creating-a-project
Chosen options Demo app, Typescript, Prettier, Svelte 5
When running npm run dev results in Missing "./internal" specifier in "svelte" package
Reproduction
Follow the install guide and choose svelte 5
https://kit.svelte.dev/docs/creating-a-project
Logs
System Info
Severity
blocking all usage of svelte
The text was updated successfully, but these errors were encountered: