关于 larabbs yarn 安装加速不能用解决方案
使用 https://registry.npm.taobao.org镜像安装yarn时出现
vagrant@homestead:~/Code/larabbs$ yarn install
yarn install v1.12.3
info No lockfile found.
info There appears to be trouble with your network connection. Retrying...
[1/4] Resolving packages...
info There appears to be trouble with your network connection. Retrying...
info There appears to be trouble with your network connection. Retrying...
info There appears to be trouble with your network connection. Retrying...
error An unexpected error occurred: "https://registry.npm.taobao.org/axios: getaddrinfo ENOTFOUND registry.npm.taobao.org registry.npm.taobao.org:443".
info If you think this is a bug, please open a bug report with the information provided in "/home/vagrant/Code/larabbs/yarn-error.log".
info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.
这个错误,请把镜像更换为:https://mirrors.huaweicloud.com/repository... 这个地址,就可以完美解决。
本作品采用《CC 协议》,转载必须注明作者和本文链接