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 renaming a file in VSCode (which automatically updates references to this file), SvelteKit barfs with
Plugin: vite:import-analysis
File: /Users/jonahfox/dublive/dublive-app/src/routes/test/tests/[name]/+page.svelte
failed to load module for ssr: /src/lib/components/editors/KeyRecordEditor.svelte
Error: failed to load module for ssr: /src/lib/components/editors/KeyRecordEditor.svelte
at instantiateModule (file:///Users/jonahfox/dublive/dublive-app/node_modules/.pnpm/[email protected]/node_modules/vite/dist/node/chunks/dep-0fc8e132.js:50468:15)
Obviously some issue with caching
Unfortunately restarting SvelteKit does not fix and the only fix is to rm -rf .svelte-kit
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
After renaming a file in VSCode (which automatically updates references to this file), SvelteKit barfs with
Obviously some issue with caching
Unfortunately restarting SvelteKit does not fix and the only fix is to
rm -rf .svelte-kit
Beta Was this translation helpful? Give feedback.
All reactions