Bun failing builds
I want to use bun to run my cloudflare builds however it fails every time and not sure why, this is my stack trace:
I have removed the
bun.lockb
and added to .gitignore
beacuse that too was failing now it is set through package.json
with this line: "packageManager": "[email protected]"
not sure how to fix this3 Replies
The latest release of bun is 1.1.21 as far as I can see https://github.com/oven-sh/bun/releases
GitHub
Releases · oven-sh/bun
Incredibly fast JavaScript runtime, bundler, test runner, and package manager – all in one - oven-sh/bun
It's just going off releases in that repo so 1.1.22 doesn't exist there and therefor can't be downloaded
Yeh that seemed to stop it failing the download thank you
It is now saying that astro command is not found
never mind i got it all working again had to add the
bun.lockb
back so it would download the pckages