yarn 在安装包的时候,不停显示:
info There appears to be trouble with your network connection. Retrying...
打开yarn-error.log排查
Trace:
Error: certificate has expired
at .......
at .......
at .......
at .......
结论:
淘宝镜像证书过期
解决方案:
yarn config set registry "https://registry.npmmirror.com"
Npm同理。
安装cnpm并修改镜像地址
npm install -g cnpm --registry=https://registry.npmmirror.com
**粗体** _斜体_ [链接](http://example.com) `代码` - 列表 > 引用
。你还可以使用@
来通知其他用户。