系統版本:osx 10.11.3
➜ npm installnpm 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.jsDownloading http://chromedriver.storage.googleapis.com/2.21/chromedriver_mac32.zipSaving to /var/folders/f2/_jd2rvp15jg_pzsfr2zm7cnh0000gn/T/chromedriver/chromedriver_mac32.zipReceiving...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.0npm ERR! argv "/usr/local/Cellar/node/6.3.0/bin/node" "/usr/local/bin/npm" "install"npm ERR! node v6.3.0npm ERR! npm v3.10.3npm ERR! code ELIFECYCLE......
後來看到有一個issue261,執行後解決了
➜ flow-wisedu npm install chromedriver --chromedriver_cdnurl=http://cdn.npm.taobao.org/dist/chromedrivernpm 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.jsDownloading http://cdn.npm.taobao.org/dist/chromedriver/2.21/chromedriver_mac32.zipSaving to /var/folders/f2/_jd2rvp15jg_pzsfr2zm7cnh0000gn/T/chromedriver/chromedriver_mac32.zipReceiving...Received 781K...Received 1563K...Received 2345K...Received 3127K...Received 3639K total.Extracting zip contentsCopying to target path /Users/user/wisedu/flow-wisedu/node_modules/chromedriver/lib/chromedriverFixing file permissionsDone. ChromeDriver binary available at /Users/user/wisedu/flow-wisedu/node_modules/chromedriver/lib/chromedriver/chromedriverflow-wisedu@1.0.0 /Users/user/wisedu/flow-wisedu
END