Ashcon Partovi
Ashcon Partovi
It also could be that `Readable.fromWeb`, specifically, is not emitting the event. ```js const response = await fetch(asset.browser_download_url); const {body: bodyStream, status, ok} = response; if (!ok || status !==...
How did you install Bun?
Could you please share the code and commands you used?
Is it possible to share the `package.json`? If there are IP addresses, feel free to change them to localhost.
Are you able to share the `package.json` and snippet of code you used?
The root issue is that Bun does not support MUSL, and our alpine image is using a hacky way around it.
Duplicate of #918
Are you able to share the `package.json` you used?
We also need to make the error message better.
Does Node.js support anything like this?