-1

When I cherry-pick some commit that has conflicts with package-lock.json file, the npm-merge-drive run

when it failed the cherry-pick fails, how can I remove it?

1 Answer 1

0

You can run the following command:

git config --global --remove-section merge.npm-merge-driver

this will remove it...

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.