[BUG] npm dedupe after npm update removes everything in package.json & package-lock.json and changes package name to "dedupe" #1693
Labels
Bug
thing that needs fixing
Needs Triage
needs review for next steps
Release 7.x
work is associated with a specific npm 7 release
Current Behavior:
Empties everything except name from package.json & package-lock.json
package.json
Expected Behavior:
Dedupe should dedupe, maybe with smaller changes?
Steps To Reproduce:
Pretty basic react app with the following package.json
npm install
npm update
npm dedupe
Environment:
The text was updated successfully, but these errors were encountered: