Replies: 1 comment 2 replies
-
I use solid-start-cf, and it works fine for me. Don't think I've run into your error.
Sorry that I can't be more prescriptive with a solution. I also had that better-sqlite3 node error. I resolved it by pinning my node to 16.13.0. Note this issue. If you're using cr-sqlite, IIRC you need to either use the prebuilt or build on node19. I don't recommend actually running my project - I desperately need to document how to Get Started. LMK if you wanna try; I'll need to do it sooner or later anyway x| |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey! So I've installed solid-start-cloudflare-workers adapter to push my solid app to the cf workers and connect it to D1 db.
I can run wrangler dev and it opens up almost fine (I have some issue with better-sqlite3 saying that it was compiled against differend node.js version and I also cannot resolve it) but it works.
However when I run command "pnpm dev" to start solid locally, miniflare throws an error seen in the screenshot below. Anyone has any idea why is that happening?
Beta Was this translation helpful? Give feedback.
All reactions