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:portyarn config set https-proxy http://localhost:port

减速办法:

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