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 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)
17 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?17 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
17 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
17 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
17 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
17 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
17 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
17 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
17 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
17 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
17 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 😄
17 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:
17 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
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?
Also, seems to be a bit random. Sometimes, without using the sleep, it works, but most of the times the occupied port error is thrown
51 replies