npm install 报错 chromedriver 安装失败
Posted supramolecular
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了npm install 报错 chromedriver 安装失败相关的知识,希望对你有一定的参考价值。
npm install 报错 chromedriver 安装失败:信息如下
Current existing ChromeDriver binary is unavailable, proceding with download and extraction.
Downloading from file: https://chromedriver.storage.googleapis.com/2.46/chromedriver_win32.zip
Saving to file: C:\\Users\\pchen\\AppData\\Local\\Temp\\2.46\\chromedriver\\chromedriver_win32.zip
ChromeDriver installation failed Error with http(s) request: Error: connect ETIMEDOUT 172.217.24.16:443
解决方法:
npm install chromedriver --chromedriver_cdnurl=http://cdn.npm.taobao.org/dist/chromedriver
以上是关于npm install 报错 chromedriver 安装失败的主要内容,如果未能解决你的问题,请参考以下文章
IDEA运行VUE npm install报错:chromedriver@2.27.2 install: node install.js
解决npm install时报错无法安装chromedriver的问题
npm install chromedriver 无法正常工作
vue项目之npm install 的chromedriver