网不好! yarn报错error An unexpected error occurred: "https://registry.yarnpkg.com...connect ETIMEDOUT...

这是由于资源地址请求超时造成的,更换一下请求地址即可。

npm

npm config set registry https://registry.npm.taobao.org --global
npm config set disturl https://npm.taobao.org/dist --global

yarn

yarn config set registry https://registry.npm.taobao.org --global
yarn config set disturl https://npm.taobao.org/dist --global

下面的问题就能得到解决
网不好! yarn报错error An unexpected error occurred:

你可能感兴趣的:(笔记)