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
Because it includes it, bun install --frozen-lockfile fails.
To Reproduce
Copy out/json folder outside the tree, remove bun.lock and run bun install
Compare newly generated bun.lock with the one in my repo
Additional context
In the repro repo, bun install --frozen-lockfile still seems to succeed somehow, however in my larger private repo, I can't use --frozen-lockfile at all
The text was updated successfully, but these errors were encountered:
@camero2734, just tagging you in case you want to take a look as original implementer in #10175! Absolutely no expectations here, totally in case you're interested.
@eduardofischer Please provide a reproduction or other information that would help close the issue. If you'd like to express your interest an issue, please add a 👍 reaction to the top-level. Adding "+1" comments to the issue sends notifications to everyone participating on the issue, creating noise, without helping us to get it closed.
Verify canary release
Link to code that reproduces this issue
https://github.com/nzapponi/turbo-prune-bun-repro
Which canary version will you have in your reproduction?
2.5.3-canary.0
Environment information
Expected behavior
Pruned lockfile should only include packages that are part of the dependencies of the given package.
Actual behavior
Pruned lockfile (https://github.com/nzapponi/turbo-prune-bun-repro/blob/dd539884f62e912c09f5f2ceed7ad28a663ef789/out/json/bun.lock) includes packages that shouldn't be in there (e.g.
@react-native/community-cli-plugin/debug
).Because it includes it,
bun install --frozen-lockfile
fails.To Reproduce
out/json
folder outside the tree, removebun.lock
and runbun install
bun.lock
with the one in my repoAdditional context
In the repro repo,
bun install --frozen-lockfile
still seems to succeed somehow, however in my larger private repo, I can't use--frozen-lockfile
at allThe text was updated successfully, but these errors were encountered: