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

 

相关文章:

  • 2021-10-18
  • 2021-11-09
  • 2022-12-23
  • 2021-11-03
  • 2022-01-15
  • 2021-09-19
  • 2021-12-05
猜你喜欢
  • 2021-09-17
  • 2021-08-31
  • 2021-06-04
  • 2022-12-23
  • 2021-08-28
  • 2021-12-21
相关资源
相似解决方案