您的位置:首页 > 产品设计 > 产品经理

npm install 报错chromedriver 记录

2016-07-21 10:12 489 查看
系统版本:osx 10.11.3

➜ npm install
npm WARN deprecated npmconf@2.1.2: this package has been reintegrated into npm and is now out of date with respect to npm

> chromedriver@2.21.2 install /Users/user/wisedu/flow-wisedu/node_modules/chromedriver
> node install.js

Downloading http://chromedriver.storage.googleapis.com/2.21/chromedriver_mac32.zip Saving to /var/folders/f2/_jd2rvp15jg_pzsfr2zm7cnh0000gn/T/chromedriver/chromedriver_mac32.zip
Receiving...
Received 781K...
Received 1563K...
events.js:160
throw er; // Unhandled 'error' event
^

Error: read ECONNRESET
at exports._errnoException (util.js:1008:11)
at TCP.onread (net.js:563:26)
npm ERR! Darwin 15.3.0
npm ERR! argv "/usr/local/Cellar/node/6.3.0/bin/node" "/usr/local/bin/npm" "install"
npm ERR! node v6.3.0
npm ERR! npm  v3.10.3
npm ERR! code ELIFECYCLE
......


后来看到有一个issue261,执行后解决了

➜  flow-wisedu npm install chromedriver --chromedriver_cdnurl=http://cdn.npm.taobao.org/dist/chromedriver
npm WARN deprecated npmconf@2.1.2: this package has been reintegrated into npm and is now out of date with respect to npm

> chromedriver@2.21.2 install /Users/user/wisedu/flow-wisedu/node_modules/chromedriver
> node install.js

Downloading http://cdn.npm.taobao.org/dist/chromedriver/2.21/chromedriver_mac32.zip Saving to /var/folders/f2/_jd2rvp15jg_pzsfr2zm7cnh0000gn/T/chromedriver/chromedriver_mac32.zip
Receiving...
Received 781K...
Received 1563K...
Received 2345K...
Received 3127K...
Received 3639K total.
Extracting zip contents
Copying to target path /Users/user/wisedu/flow-wisedu/node_modules/chromedriver/lib/chromedriver
Fixing file permissions
Done. ChromeDriver binary available at /Users/user/wisedu/flow-wisedu/node_modules/chromedriver/lib/chromedriver/chromedriver
flow-wisedu@1.0.0 /Users/user/wisedu/flow-wisedu


END
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  nam