RiskyMH
CDCloudflare Developers
•Created by Balls on 4/24/2025 in #workers-help
Worker dependencies failed as soon as Bun detected?

3 replies
CDCloudflare Developers
•Created by thienandangthanh on 12/31/2024 in #pages-help
Support bun new text-based lockfile
yeah - my method is to create empty
bun.lock
file and set BUN_VERSION
to latest version of 1.2.106 replies
CDCloudflare Developers
•Created by Giraffe on 1/26/2025 in #workers-help
Bun install or Skip NPM install for Workers
Ah maybe package manager field adds it, not sure
10 replies
CDCloudflare Developers
•Created by Giraffe on 1/26/2025 in #workers-help
Bun install or Skip NPM install for Workers
Btw you made sure to use latest bun by setting BUN_VERSION env var right (otherwise it's prob not using lockfile as it's on some old thing)
10 replies
CDCloudflare Developers
•Created by makisuo on 1/17/2025 in #pages-help
Monorepo Builds keep using npm instead of bun
Ah i see, this is where vercel makes it easier with custom install script
12 replies
CDCloudflare Developers
•Created by makisuo on 1/17/2025 in #pages-help
Monorepo Builds keep using npm instead of bun
is there a chance you are using the new text lockfile format of
bun.lock
or do you have your bun.lockb
file in the monorepo package/app and not root?12 replies