Ashcon Partovi
Ashcon Partovi
Since #258 you can run `gpu.js`. However, we still need to fix #4959 for you to be able to run `bun install gpu.js`.
Thanks for working on this, going to close since the logic for `bun .` should not be a separate command, internally.
We now publish Docker images to [`oven/bun`](https://hub.docker.com/r/oven/bun/). We also want to become an ["official"](https://github.com/docker-library/official-images/blob/master/NEW-IMAGE-CHECKLIST.md) image, but that will be done soon.
Work being tracked here: https://github.com/docker-library/official-images/pull/14272
This has now been fixed in [Bun 0.3.0](https://bun.sh/blog/bun-v0.3.0) 🎉
As of Bun v1.0.7, we fixed the issue with macOS so you no longer need to use the `copyfile` workaround. If you're still running into the "Unexpected installing" errors, please...
`bun dev` was changed in Bun v1.0, it will now run the "dev" script in your package.json. Because of that, this issue is no longer applicable.
This is fixed with the new [`@types/bun`](https://bun.sh/guides/runtime/typescript)
As of Bun [v0.5.0](https://github.com/oven-sh/bun/releases/tag/bun-v0.5.0), we've made quite a few improvements to the stability of `bun install`. This is one of those bugs that is no longer an issue. ```sh bun...
Duplicate of #6686