Solid Start Getting Started example not working
I followed the guide at https://start.solidjs.com/getting-started/project-setup , I used pnpm. Also tried it with bun and yarn. Also happens in a fresh docker container.
When I run the dev server and load the page in my browser, the site is displayed, but does not work (the basic template click counter).
I also get this error in my dev console:
SolidStart Beta Documentation
SolidStart Beta Documentation
Early release documentation and resources for SolidStart Beta
5 Replies
Node 18, 20 and 21 give this error
@vypxl So you've run:
and nothing else and you get that error?
I'm running it fine on node v18
Interesting, this happens only when you choose to use javascript and typescript
Back to Vince 0.0.54 solved the problem
A workaround seems to be to rename
vite.config.js
to vite.config.ts
Should this be filed as a bug report?
At vinxi? At solid start?Thanks you saved me! Have you filed it as a bug?