Closed ghost closed 4 years ago
Does anyone know the way forward here offhand? package-lock.json
is an auto-generated file, so I'm hesitant to resolve the merge conflict by hand.
Same merge conflict with package-lock.json after recreating it (by deleting then running npm install).
npm told me about a severe vulnerability with react-scripts (one of our dependencies) as I was installing another package, so I fixed it with
npm audit fix
.