其他分享
首页 > 其他分享> > 解决yarn install报错:yarn Integrity check failed ... computed integrity doesn‘t match our records

解决yarn install报错:yarn Integrity check failed ... computed integrity doesn‘t match our records

作者:互联网

vue3项目,使用yarn install安装依赖包时,报错如下图:

解决办法:
1、清理缓存:执行命令yarn cache clean
2、安装依赖:执行命令yarn install --no-lockfile --update-checksums
然后,安装成功,如下图

标签:...,执行命令,--,yarn,报错,install,安装
来源: https://www.cnblogs.com/midnight-visitor/p/15918527.html