appium-chromedriver@3.0.1 npm ERR! code ELIFECYCLE npm ERR! errno 1


解决方法:

1 npm install appium-chromedriver@3.0.1 --ignore-scripts

或者:

npm install appium-chromedriver --chromedriver_cdnurl=http://npm.taobao.org/mirrors/chromedriver

安装以后出现如下问题:

npm ERR! A complete log of this run can be found in:
npm ERR!     /Users/shenzhenshimujinkejiyouxiangongsi/.npm/_logs/2018-09-10T02_37_10_667Z-debug.log
mujinkeji:vuedemo-master syd$ npm install appium-chromedriver@3.0.1 --ignore-scripts
npm notice created a lockfile as package-lock.json. You should commit this file.
+ appium-chromedriver@3.0.1
added 293 packages from 289 contributors and audited 2582 packages in 126.423s
found 2 low severity vulnerabilities
  run `npm audit fix` to fix them, or `npm audit` for details

 


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM