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
Hey I am trying to setup a nice starter setup with meteor svelte5 meteor-vite and shad-cn.
I am coding away and then sometimes the whole project breaks and its endlessly refreshing and I just have to give up.
=> Linted your app. No linting errors.
I20250114-20:21:43.251(0)? ⚡ Starting Vite server...
=> Started your app.
=> App running at: http://localhost:3000/
I20250114-20:21:43.398(0)? ⚡ Spawned new Meteor-Vite worker process
I20250114-20:21:55.902(0)? ⚡ Refreshing configuration from Vite dev server...
I20250114-20:21:57.892(0)? ⚡ Refreshing configuration from Vite dev server...
I20250114-20:22:00.892(0)? ⚡ Refreshing configuration from Vite dev server...
I20250114-20:22:02.891(0)? ⚡ Refreshing configuration from Vite dev server...
I20250114-20:22:05.895(0)? ⚡ Refreshing configuration from Vite dev server...
I20250114-20:22:07.907(0)? ⚡ Refreshing configuration from Vite dev server...
I think my packages are not the right versions maybe? Its quite cobbled together but I am really excited about it.
Also I am seeing this error which I cant manage to make to go away
[[[[[ ~/code/web/meteor-svelte-vite-starter ]]]]]
=> Started proxy.
=> Started HMR server.
=> Started MongoDB.
Unable to resolve some modules:
"esm-env/browser" in /home/tommi/code/web/meteor-svelte-vite-starter/node_modules/esm-env/index.js (web.browser)
"esm-env/development" in /home/tommi/code/web/meteor-svelte-vite-starter/node_modules/esm-env/index.js (web.browser)
"esm-env/node" in /home/tommi/code/web/meteor-svelte-vite-starter/node_modules/esm-env/index.js (web.browser)
If you notice problems related to these missing modules, consider running:
meteor npm install --save esm-env
of course I tried meteor npm install --save esm-env but it didnt make a difference
ok I am not seeing the refresh bug anymore but I still see
Unable to resolve some modules:
"esm-env/browser" in /home/tommi/code/web/meteor-svelte-vite-starter/node_modules/esm-env/index.js (web.browser)
"esm-env/development" in /home/tommi/code/web/meteor-svelte-vite-starter/node_modules/esm-env/index.js (web.browser)
"esm-env/node" in /home/tommi/code/web/meteor-svelte-vite-starter/node_modules/esm-env/index.js (web.browser)
If you notice problems related to these missing modules, consider running:
meteor npm install --save esm-env
Hey I am trying to setup a nice starter setup with meteor svelte5 meteor-vite and shad-cn.
I am coding away and then sometimes the whole project breaks and its endlessly refreshing and I just have to give up.
I think my packages are not the right versions maybe? Its quite cobbled together but I am really excited about it.
Also I am seeing this error which I cant manage to make to go away
of course I tried
meteor npm install --save esm-env
but it didnt make a differencethe WIP repo of the whole thing is here:
https://github.com/thomastraum/meteor-svelte-vite-starter
I am not very pro with this, so there might be a lot of things misconfigured.
The text was updated successfully, but these errors were encountered: