美文网首页
npm install 时报错

npm install 时报错

作者: _imp_ | 来源:发表于2017-12-15 13:48 被阅读592次

第一种错误:

ChromeDriver installation failed Error with http(s) request: Error: read ETIMEDOUT

解决办法:

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

第二种错误:可能因为npm源被墙了
解决办法:
1.替换npm源

npm config set registry https://registry.npm.taobao.org --global
npm config set disturl https://npm.taobao.org/dist --global

2.安装cnpm
详情请点击

相关文章

网友评论

      本文标题:npm install 时报错

      本文链接:https://www.haomeiwen.com/subject/kexdwxtx.html