Open cortopy opened 2 months ago
I have the same issues with bunx create-nx-workspace@latest --preset=@analogjs/platform
I am getting the same issue since we are using Bun in our monorepo, will I be in trouble if I temporarily disable the action step:
- run: bunx nx-cloud start-ci-run --distribute-on="3 linux-medium-js" --stop-agents-after="build"
until we get the fix? or drop Bun for now? @jaysoo @MaxKless
Current Behavior
I just setup a new Nx monorepo with bun using
bunx create-nx-workspace@latest --preset=@nxtensions/astro --packageManager bun
This github action file was generated:
The problem is that when the action runs, it always fails because lockfile can't be found
If I remove the line to setup
nx-cloud
it works.I searched and it seems a similar issue was created for cases when nx is not at the root of the monorepo, which isn't my case.
Expected Behavior
Cloud runs work
GitHub Repo
No response
Steps to Reproduce
bunx create-nx-workspace@latest --preset=@nxtensions/astro --packageManager bun
Nx Report
Failure Logs
No response
Package Manager Version
No response
Operating System
Additional Information
No response