Skip to content

Instantly share code, notes, and snippets.

View mrhpn's full-sized avatar
:octocat:
Working from home

Htet Phyo Naing mrhpn

:octocat:
Working from home
View GitHub Profile
@mrhpn
mrhpn / package-lock-conflicts.md
Created August 15, 2022 06:10 — forked from szemate/package-lock-conflicts.md
How to resolve package-lock.json conflicts

How to resolve package-lock.json conflicts

It is not possible to resolve conflicts of package-lock.json in GitHub's merge tool and you need to do a manual merge.

  1. Update the master branch with the latest changes:
    git checkout master
    git pull
    
  2. Merge your feature branch into master: