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
> svelte-kit dev is no longer available — use vite dev instead
1. Install vite as a devDependency with npm/pnpm/etc
2. Create a vite.config.js with the @sveltejs/kit/vite plugin (see below)
3. Update your package.json scripts to reference `vite dev` instead of `svelte-kit dev`
To Reproduce
Try and run nx serve on new versions and get the above error
Expected behavior
We should be able to run the applications on new versions of svelte
The text was updated successfully, but these errors were encountered:
Describe the bug
On newer versions of SvelteKit you can no longer run svelte-kit dev it's changed to use vite directly
sveltejs/kit#5332
To Reproduce
Try and run nx serve on new versions and get the above error
Expected behavior
We should be able to run the applications on new versions of svelte
The text was updated successfully, but these errors were encountered: