Dealing with yarn.lock conflicts #10007
Unanswered
bagedevimo
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Has anyone come up with a clean way of dealing with yarn.lock conflicts? Yarn itself tries to resolve the conflict using git commit data, but that obviously doesn't work with jj conflict markets (and I don't want to switch to git ones as they're just not as nice IMO). This leads to
yarn installwith a conflicted file just leaving to yarn exiting with an error, and me cleaning up yarn.lock manually. Just wondering if anyone has come up with any clever tricks for dealing with this better?All reactions