尝试清除您的
cache
$ yarn cache clean$ yarn // to install dependencies, no need for "yarn install"
方法2
$ yarn install --network-timeout 1000000
参考https://github.com/yarnpkg/yarn/issues/4890#issuecomment-358179301

尝试清除您的
cache
$ yarn cache clean$ yarn // to install dependencies, no need for "yarn install"
方法2
$ yarn install --network-timeout 1000000
参考https://github.com/yarnpkg/yarn/issues/4890#issuecomment-358179301