赞
踩
npm ERR! code 1 npm ERR! path E:\FirProject\other_people_project\小说网站\novel-master\node_modules\chromedriver npm ERR! command failed npm ERR! command C:\Windows\system32\cmd.exe /d /s /c node install.js npm ERR! Current existing ChromeDriver binary is unavailable, proceding with download and extraction. npm ERR! Downloading from file: https://chromedriver.storage.googleapis.com/2.46/chromedriver_win32.zip npm ERR! Saving to file: C:\Users\fir\AppData\Local\Temp\2.46\chromedriver\chromedriver_win32.zip npm ERR! ChromeDriver installation failed Error with http(s) request: Error: read ECONNRESET npm ERR! A complete log of this run can be found in: npm ERR! D:\Application\work\nodejs\node_cache\_logs\2023-11-21T07_39_16_658Z-debug-0.log (base) PS E:\FirProject\other_people_project\小说网站\novel-master> npm run serve npm ERR! Missing script: "serve" npm ERR! To see a list of scripts, run: npm ERR! npm run npm ERR! A complete log of this run can be found in: npm ERR! D:\Application\work\nodejs\node_cache\_logs\2023-11-21T07_40_42_905Z-debug-0.log
原因是文件缺失(/chromedriver_win32.zip),实际是下载网站打不开,导致无法下载
https://chromedriver.storage.googleapis.com/2.46/chromedriver_win32.zip
C:\Users\用户名\AppData\Local\Temp\2.46\chromedriver
可以自行将文件下载放置到该目录并解压
链接:https://pan.baidu.com/s/1JDUcwysNInOZXu-OIYq8dg
提取码:anan
解压得到文件
再次运行项目,已成功
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。