标签: npm npm-install npm-ci
运行npm i时,我看到package-lock.json已更新
npm i
然后我运行npm ci时,我看到package-lock.json再次被更新...
npm ci
但是documentation明确指出npm ci不会从不更新package-lock.json:
package-lock.json
It will never write to package.json or any of the package-locks: installs are essentially frozen.
我想念的是什么...?