Current template does not work with @sveltejs/kit 1.0.0-next.477+ #6690
Labels
bug
Something isn't working
p1-important
SvelteKit cannot be used by a large number of people, basic functionality is missing, etc.
pkg:create-svelte
Describe the bug
The project template at https://github.com./sveltejs/kit-template-default/
@sveltejs/kit
as"@sveltejs/kit": "next"
.When breaking changes are shipped in SvelteKit that impact this template, it must be updated immediately or every user that creates a new project from this template will have a broken project on their hand. This is especially the case for StackBlitz, which uses https://sveltekit.new/ which redirects to https://stackblitz.com/fork/github/sveltejs/kit-template-default. For instance here's a bug report about this starter being broken: stackblitz/webcontainer-core#803
I tested locally and with the latest version of the template, here are the results with different SvelteKit versions:
npm run dev
Reproduction
Reproductions will only work for the current @sveltejs/kit@next and current HEAD commit of the
sveltejs/kit-template-default
repo, of course.Online:
npm run dev
to start.Locally:
Logs
No response
System Info
Severity
blocking all usage of SvelteKit
Additional Information
No response
The text was updated successfully, but these errors were encountered: