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
After generating the skeleton vite.new/svelte or vite.new/svelte-ts, npm run dev or vite fails with the error
failed to load config from /home/projects/vitejs-vite-menhuc/vite.config.js
error when starting dev server:
TypeError: Failed to fetch dynamically imported module: file:///home/projects/vitejs-vite-menhuc/vite.config.js?t=1633599395041
The issue @jrvidal linked was exactly the root cause of the error. It was fixed in Vite itself and therefore requires a newer version than specified in the project you linked. If you start a new project from https://vite.new/svelte-ts, you will notice that it works correctly now.
Describe the bug
After generating the skeleton vite.new/svelte or vite.new/svelte-ts,
npm run dev
orvite
fails with the errorLink to the blitz that caused the error
https://stackblitz.com/edit/vitejs-vite-menhuc?file=vite.config.js&terminal=dev
Steps to reproduce
http://vite.new/svelte-ts
npm run dev
falisExpected behavior
app should run
Screenshots
No response
Platform
Additional context
No response
The text was updated successfully, but these errors were encountered: