yarn 安装 node 包提示“ There appears to be trouble with your network connection. Retrying...”

参考网址:https://*.com/questions/51508364/yarn-there-appears-to-be-trouble-with-your-network-connection-retrying

如果使用的是国内源,那么有可能是因为包体积太大导致网络超时所致。

对应的解决方法为,指定网络超时时间

yarn install --network-timeout=30000

 

yarn 安装 node 包提示“ There appears to be trouble with your network connection. Retrying...”

上一篇:微信开发之附近商家地理位置计算和腾讯地图坐标转百度地图坐标的方法


下一篇:(用微信扫的静态链接二维码)微信native支付模式官方提供的demo文件中的几个bug修正