Pol
CDCloudflare Developers
•Created by Pol on 8/24/2024 in #pages-help
I'm using Bun, it's specified on package.json, but pages tries to download with npm
I ended up using pnpm, since it's more reliable, and just install bun as a package for some stuff
19 replies
CDCloudflare Developers
•Created by Pol on 8/24/2024 in #pages-help
I'm using Bun, it's specified on package.json, but pages tries to download with npm
I guess is that it initially detects bun lockfile, but when proceeds to install, it doesn't detect the lockfile on the set root directory (since there is none, it's a monorepo)
19 replies
CDCloudflare Developers
•Created by Pol on 8/24/2024 in #pages-help
I'm using Bun, it's specified on package.json, but pages tries to download with npm
Hey @Erisa (sorry for the ping 🙏), still happening on another project, same issue. Pages installs bun, and then proceeds to use npm install. I recreated it accidentally using a monorepo with bun, and setting the
Root directory
. Should I report it somewhere?19 replies
CDCloudflare Developers
•Created by Pol on 8/24/2024 in #pages-help
I'm using Bun, it's specified on package.json, but pages tries to download with npm
and see if it changes anything
19 replies
CDCloudflare Developers
•Created by Pol on 8/24/2024 in #pages-help
I'm using Bun, it's specified on package.json, but pages tries to download with npm
I'll try to force it to use pnpm instead of bun
19 replies
CDCloudflare Developers
•Created by Pol on 8/24/2024 in #pages-help
I'm using Bun, it's specified on package.json, but pages tries to download with npm
19 replies
CDCloudflare Developers
•Created by Pol on 8/24/2024 in #pages-help
I'm using Bun, it's specified on package.json, but pages tries to download with npm
it's a monorepo
19 replies
CDCloudflare Developers
•Created by Pol on 8/24/2024 in #pages-help
I'm using Bun, it's specified on package.json, but pages tries to download with npm
ls on apps/nextjs
19 replies
CDCloudflare Developers
•Created by Pol on 8/24/2024 in #pages-help
I'm using Bun, it's specified on package.json, but pages tries to download with npm
ls on root
19 replies
CDCloudflare Developers
•Created by Pol on 8/24/2024 in #pages-help
I'm using Bun, it's specified on package.json, but pages tries to download with npm
let me send you some screenshots
19 replies
CDCloudflare Developers
•Created by Pol on 8/24/2024 in #pages-help
I'm using Bun, it's specified on package.json, but pages tries to download with npm
only the bun one
19 replies
CDCloudflare Developers
•Created by Pol on 8/24/2024 in #pages-help
I'm using Bun, it's specified on package.json, but pages tries to download with npm
nop
19 replies
CDCloudflare Developers
•Created by Pol on 8/24/2024 in #pages-help
I'm using Bun, it's specified on package.json, but pages tries to download with npm
Thank you in advance 😄
19 replies
CDCloudflare Developers
•Created by Pol on 8/24/2024 in #pages-help
I'm using Bun, it's specified on package.json, but pages tries to download with npm
CF Pages logs:
19 replies
CDCloudflare Developers
•Created by daniel_klungo on 6/13/2024 in #workers-help
monorepo with multiple workers - does each one need a separate worker registry?
Maybe the release doesn't include that fix
51 replies
CDCloudflare Developers
•Created by daniel_klungo on 6/13/2024 in #workers-help
monorepo with multiple workers - does each one need a separate worker registry?
I'm using the latest wrangler
51 replies
CDCloudflare Developers
•Created by daniel_klungo on 6/13/2024 in #workers-help
monorepo with multiple workers - does each one need a separate worker registry?
without sleeps it mostly never works, I guess due to a race condition with that port
51 replies
CDCloudflare Developers
•Created by daniel_klungo on 6/13/2024 in #workers-help
monorepo with multiple workers - does each one need a separate worker registry?
Nono, with sleeps it works 100% of the time
51 replies