[BUG] npm ci
changes package.json
#1811
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:
Running
npm ci
updates thedependencies
inpackage.json
(key ordering).Expected Behavior:
npm ci
should either error or ignore the wrong ordering. I expect onlynpm install
to modify files likepackage.json
orpackage-lock.json
.Steps To Reproduce:
See https://github.com/targos/npm7-cra#issue-1-npm-ci-changes-packagejson
Environment:
The text was updated successfully, but these errors were encountered: