bun install --frozen-lockfile
creates bun.lock, even if package-lock.json
exists
#16646
Labels
bun install --frozen-lockfile
creates bun.lock, even if package-lock.json
exists
#16646
What version of Bun is running?
1.2.0+b0c5a7655
What platform is your computer?
Darwin 24.2.0 arm64 arm
What steps can reproduce the bug?
in bun 1.1.x running
bun install --frozen-lockfile
did not generate a bun lockfile.since bun 1.2.x it seems a lockfile is always generated.
What is the expected behavior?
I wonder whether its expected or whether
bun install --frozen-lockfile
should not generate a new lock file whenpackage-lock.json
existsWhat do you see instead?
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: