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
1:22:06 AM [vite] Error when evaluating SSR module /node_modules/broadcast-channel/dist/es/method-chooser.js:
ReferenceError: require is not defined
at eval (/node_modules/broadcast-channel/dist/es/method-chooser.js:26:20)
at instantiateModule (C:\kit\node_modules\vite\dist\node\chunks\dep-e9a16784.js:68197:166)
Do you have any idea?
Maybe this is related to "type": "module" in package.json which is the default in a new SvelteKit project, right?