Open bitboxer opened 1 day ago
1.1.36+ededc168c
Darwin 23.6.0 arm64 arm
Have a bun lock file that was created with an older version of bun, run bun install --frozen-lockfile. Bun will now say:
bun install --frozen-lockfile
error: lockfile had changes, but lockfile is frozen
Sadly there is no way to understand why this is wrong. The only difference is the version of bun, which must have been written in the lockfile.
bun should say an error message that it used a different version of bun to create the file and say which version it was.
A unclear error message.
No response
What version of Bun is running?
1.1.36+ededc168c
What platform is your computer?
Darwin 23.6.0 arm64 arm
What steps can reproduce the bug?
Have a bun lock file that was created with an older version of bun, run
bun install --frozen-lockfile
. Bun will now say:Sadly there is no way to understand why this is wrong. The only difference is the version of bun, which must have been written in the lockfile.
What is the expected behavior?
bun should say an error message that it used a different version of bun to create the file and say which version it was.
What do you see instead?
A unclear error message.
Additional information
No response