cipm can only install packages when your package.json and package-lock.json or npm-shrinkwrap.json are in sync. Please update your lock file with npm install
before continuing.
但是我项目下有package.json 和 package-lock.json
cipm can only install packages when your package.json and package-lock.json or npm-shrinkwrap.json are in sync. Please update your lock file with npm install
before continuing.
但是我项目下有package.json 和 package-lock.json
cipm can only install packages when your package.json and package-lock.json or npm-shrinkwrap.json are in sync. Please update your lock file with npm install before continuing.
并不是说你有就可以了。
5 回答3.8k 阅读
2 回答2k 阅读✓ 已解决
5 回答2.3k 阅读
2 回答805 阅读✓ 已解决
2 回答1k 阅读✓ 已解决
3 回答1.2k 阅读
3 回答1.5k 阅读
package-lock.json文件没有更新
rm -rf package-lock.json
npm install
npm ci
就?️