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
Run Nuxt 3 with Content 3 with Bun instead of Node.
If installed with npm install instead of bun install installation will complete and allow the project to start with both npm run dev &bun run dev
Describe the bug
The better-sqlite3 dependency doesnt support Bun as a runtime, and from what I have found there arent any plans to support it since Bun has its own sqlite driver. There is an opened issue on bun's github page but I wanted to report it here aswell.
Environment
Reproduction
Run Nuxt 3 with Content 3 with Bun instead of Node.
If installed with
npm install
instead ofbun install
installation will complete and allow the project to start with bothnpm run dev
&bun run dev
Describe the bug
The better-sqlite3 dependency doesnt support Bun as a runtime, and from what I have found there arent any plans to support it since Bun has its own sqlite driver. There is an opened issue on bun's github page but I wanted to report it here aswell.
Additional context
I found this while looking around: https://db0.unjs.io/connectors/sqlite
Logs
The text was updated successfully, but these errors were encountered: