vue-cli创建项目提示" Current existing ChromeDriver binary is unavailable, proceding with download and

  在使用vue init webpack -g demo时产生了一个错误,提示

vue-cli创建项目提示" Current existing ChromeDriver binary is unavailable, proceding with download and

我的解决办法:

1.去官网下载当前chromedriver_win32.zip (2.46版本)的压缩包,地址http://chromedriver.storage.googleapis.com/index.html ,然后解压放在vue所给出提示的目录中.

2.cd到之前所创建的目录中:  cd vue-demo01

3.执行npm install就可以完成创建了.

上一篇:Windows Server 2003 R2 IIS服务的命令行方式重启命令


下一篇:chromedriver设置*面模式 selenium基础操作