error An unexpected error occurred: "https://registry.npm.taobao.org/egg: tunnel ing socket could not be established, cause=getaddrinfo ENOTFOUND 9999

猜测原因: 本机有proxy工具
解决方法:

yarn config set proxy http://localhost:port
yarn config set https-proxy http://localhost:port

加速方法:

yarn config set registry https://registry.npm.taobao.org --global
// 查看配置
yarn config list

tumi
216 声望1 粉丝

只鸟归林