其他分享
首页 > 其他分享> > yarn Integrity check failed ... computed integrity doesn‘t match our records

yarn Integrity check failed ... computed integrity doesn‘t match our records

作者:互联网

        今天搞了一下午,终于解决了,之前的都是umi2.0版本,现在升级到了umi3.0就会有很多的不兼容问题。

建议

清理缓存
 

$itwp: ​​​​​​​yarn cache clean


安装依赖
命令参考 https://classic.yarnpkg.com/en/docs/cli/install/

$itwp: ​​​​​​​ yarn install --no-lockfile --update-checksums

希望对大家有帮助!

标签:...,computed,--,cache,yarn,records,install,itwp
来源: https://blog.csdn.net/weixin_46184650/article/details/122689343