ChromeDriver installation failed Error with http(s) request: Error: read ECONNRESET

vue项目安装时,通过yarn安装全局依赖的时候,报错,chromedriver

ChromeDriver installation failed Error with http(s) request: Error: read ECONNRESET

使用代码如下

npm install chromedriver --chromedriver_cdnurl=http://cdn.npm.taobao.org/dist/chromedriver

运行成功

ChromeDriver installation failed Error with http(s) request: Error: read ECONNRESET