[Bug?]: When resolving conflicts in yarn.lock
, --mode=update-lockfile
adds checksum: undefined
fields
#6029
Labels
bug
Something isn't working
Self-service
Describe the bug
When resolving conflicts in
yarn.lock
,yarn --mode=update-lockfile
addschecksum: undefined
fields. Simply runningyarn
to resolve conflicts doesn't produce these fields. Subsequent run ofyarn
removes these fields as well.To reproduce
Reproduction repo: https://github.com/ipanasenko/yarn-bug-demo
You will see following diff:
Running simple
yarn
instead ofyarn --mode=update-lockfile
doesn't producechecksum: undefined
fieldEnvironment
Additional context
No response
The text was updated successfully, but these errors were encountered: