yarn 创建react项目时出现错误
时间:2019-10-05 19:53:58
收藏:0
阅读:1047
出现一下错误
error Incorrect integrity when fetching from the cache
info Visit https://yarnpkg.com/en/docs/cli/add for documentation about this command.
或者
error Incorrect integrity when fetching from the cache
info Visit https://yarnpkg.com/en/docs/cli/add for documentation about this command.
Aborting installation.
yarnpkg add --exact react react-dom react-scripts --cwd C:\Users\DSJPC\Desktop\projectMusic\music has failed.
使用
yarn cache clean
清除缓存即可
原文:https://www.cnblogs.com/daixixi/p/11625509.html
评论(0)