Doing a git merge on package-lock.json is always so frustrating 😭.
@mauve git checkout --ours package-lock.json && git commit -m "Fix bullshit" && git push is always how I handle this horribleness
@TheQuinbox so true. Often I just delete it and do a regular `npm install` 😝
@mauve I wonder how hard it would be to make a nice tool for merging that up? yarn does this ootb i think
Escape ship from centralized social media run by Mauve.
@mauve git checkout --ours package-lock.json && git commit -m "Fix bullshit" && git push is always how I handle this horribleness