1. npm ERR! [email protected] install: `node install.js`
npm ERR! code ELIFECYCLE npm ERR! errno 1 npm ERR! [email protected] install: `node install.js` npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the [email protected] install script. npm ERR! This is probably not a problem with npm. There is likely additional logging output above. npm ERR! A complete log of this run can be found in: npm ERR! D:\Software\work\node\node_cache\_logs\2023-10-23T09_17_25_606Z-debug.log
解决方案
npm install --ignore-scripts
标签:npm,node,依赖,ERR,chromedriver,报错,install,2.27 From: https://www.cnblogs.com/ysxq/p/17784201.html