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
**粗体** _斜体_ [链接](http://example.com) `代码` - 列表 > 引用
。你还可以使用@
来通知其他用户。