vue3项目,使用yarn install安装依赖包时,报错如下图:
解决yarn install报错:yarn Integrity check failed ... computed integrity doesn‘t match our records
解决办法:
1、清理缓存:执行命令yarn cache clean
2、安装依赖:执行命令yarn install --no-lockfile --update-checksums
然后,安装成功,如下图
解决yarn install报错:yarn Integrity check failed ... computed integrity doesn‘t match our records

相关文章:

  • 2021-12-31
  • 2022-12-23
  • 2022-01-13
  • 2021-05-02
  • 2022-12-23
  • 2021-05-19
  • 2021-05-31
  • 2021-08-31
猜你喜欢
  • 2021-05-20
  • 2021-07-17
  • 2021-11-13
  • 2021-12-21
  • 2022-12-23
  • 2021-09-26
  • 2021-07-09
相关资源
相似解决方案