internal errors encountered: unable to find package manager binary: cannot find binary path #8629
Replies: 1 comment 1 reply
-
Figured out. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Summary
I am trying to work around the limitations of turbo with bun (specifically prune support)
Current attempt is looking like this:
Root
package.json
:Patch and prune seem to work fine
But at stage of build:
RUN bunx turbo run build --filter=${PROJECT}
I get:Which is very strange. Obviously
bun
binary is present in bun container, andpackage.json
at this stage is not patched, it's original with"packageManager": "[email protected]"
What can be wrong here?
Additional information
No response
Example
No response
Beta Was this translation helpful? Give feedback.
All reactions