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
I updated SvelteKit and now there is no TrailingSlash option for Kit found
> build
> vite build
error during build:
Error: Unexpected option config.kit.trailingSlash
at file:///home/percy/private/blog/pp-blog-svelte/node_modules/@sveltejs/kit/src/core/config/options.js:264:12
at file:///home/percy/private/blog/pp-blog-svelte/node_modules/@sveltejs/kit/src/core/config/options.js:271:18
at validate_config (file:///home/percy/private/blog/pp-blog-svelte/node_modules/@sveltejs/kit/src/core/config/index.js:99:9)
at process_config (file:///home/percy/private/blog/pp-blog-svelte/node_modules/@sveltejs/kit/src/core/config/index.js:71:20)
at load_config (file:///home/percy/private/blog/pp-blog-svelte/node_modules/@sveltejs/kit/src/core/config/index.js:63:9)
at async sveltekit (file:///home/percy/private/blog/pp-blog-svelte/node_modules/@sveltejs/kit/src/exports/vite/index.js:69:24)
at async Promise.all (index 0)
at async asyncFlatten (file:///home/percy/private/blog/pp-blog-svelte/node_modules/vite/dist/node/chunks/dep-6305614c.js:12397:16)
at async resolveConfig (file:///home/percy/private/blog/pp-blog-svelte/node_modules/vite/dist/node/chunks/dep-6305614c.js:62646:29)
at async doBuild (file:///home/percy/private/blog/pp-blog-svelte/node_modules/vite/dist/node/chunks/dep-6305614c.js:45474:20)
Reproduction
I migrated an old Sveltekit Project and installed NPM after removed Node_modules folder.
Please first upgrade to the last version that still contains all the migration hints as described here (that version is 1.0.0-next.588). Then you see that that option has been removed in #7719 (that PR contains more info on how to migrate).
Describe the bug
I updated SvelteKit and now there is no TrailingSlash option for Kit found
Reproduction
I migrated an old Sveltekit Project and installed NPM after removed Node_modules folder.
This is the package.json
Logs
No response
System Info
Severity
blocking an upgrade
Additional Information
No response
The text was updated successfully, but these errors were encountered: