Georgijs
Georgijs
Are there any further details you can share about the machine where this error happens, to aid in reproducing this?
We're currently working on a new crash reporting tool that will hopefully enable us to debug this better. Should probably be coming in v1.1.5. Once that's merged it would be...
Just pushed a commit that includes the root package in script resolution
> 4 issues before this can be shipped. > > 1. This approach is not fast enough. It needs to be an iterator so that the developer gets immediate feedback...
After investigating 2. more, it seems like the error lies somewhere in child_process.spawnAndWait. Specifically, the error that's happening is that the child fails between being forked and calling execv, and...
> Also ran into this when attempting to upgrade to the latest Bun version. Through some trial and error, I discovered that postgres behaves as expected up through Bun v1.0.25,...
Hi, could you attach your `package.json` and `package-lock.json`?
I unfortunately can't reproduce the crash, neither using both files nor just the `package.json`
Thanks for the bug report. Could you attach the `package.json` file you used when you encountered this issue?
Hi, I'm not quite sure I understand what you're trying to accomplish. Do you expect to run `bun serve` in a folder with static files and have that be served,...