You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is blocked by oven-sh/bun#11863 as we do not have the capacity to write a parser for the binary lockfile format (especially since it will be replaced by JSON in the future).
Verify canary release
Link to code that reproduces this issue
https://github.com/vercel/turborepo/
What package manager are you using / does the bug impact?
npm
What operating system are you using?
Linux
Which canary version will you have in your reproduction?
^2.0.14
Describe the Bug
Following guide : https://turbo.build/repo/docs/guides/tools/docker
Using latest bun stable (v1.1.26)
When I try to use
It raises
Expected Behavior
It would not have this error
To Reproduce
Additional context
Alternatively, you could indicate how to do the same with bun, even if we need to copy files individually
I thought of :
To have the equivalent of a lockfile because all deps are locked by the package.json at all times
The text was updated successfully, but these errors were encountered: