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
Hi there! Given that Bun is aiming to be a drop-in replacement for nodejs, I think issues for code that works in Node should be directed to the Bun folks.
We don't officially support Bun, but have been looking into wider runtime compatibility. If there's something we can do to improve compatibility we can probably make that happen (eventually).
But, first steps are probably to file an issue against Bun.
Describe the bug
When using Bun for starting my Nitro app using
bun .output/server/index.mjs
I get:On the other hand it works with the exact same built code when starting the app with node:
node .output/server/index.mjs
To Reproduce
If required I can create a reproduction repo
Expected behavior
Code snippets
OS
macOS
Bun version
1.2.5
Library version
17.7.0
API version
Additional context
I have a lot of packages in my project, Stripe is the only one that ever gave me this error.
The text was updated successfully, but these errors were encountered: