I'm trying to install the webdriver following that tutorial: Here is what happens when I try to update the webdriver:
C:\wamp\www\angular-phonecat>npm run update-webdriver > > [email protected] preupdate-webdriver C:\wamp\www\angular-phonecat > > npm install > > > [email protected] postinstall C:\wamp\www\angular-phonecat > > bower install > > > [email protected] update-webdriver C:\wamp\www\angular-phonecat > > node ./node_modules/protractor/bin/webdriver-manager update > Updating selenium standalone > downloading > http://selenium-release.storage.googleapis.com/2.42/selenium-server-standalone-2.42.2.jar... > Updating chromedriver > downloading > https://chromedriver.storage.googleapis.com/2.10/chromedriver_win32.zip... > chromedriver_2.10.zip downloaded to > C:\wamp\www\angular-phonecat\node_modules\protractor\selenium\chromedriver_2.10.zip > > C:\wamp\www\angular-phonecat\node_modules\protractor\node_modules\adm-zip\zipFile.js:66 > throw Utils.Errors.INVALID_FORMAT; > ^ > Invalid or unsupported zip format. No END header found > npm ERR! Windows_NT 6.3.9600 > npm ERR! argv "D:\\Logiciels installés\\nodejs\\\\node.exe" "D:\\Logiciels > installés\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "run" > "update-webdriver" > npm ERR! node v0.12.4 > npm ERR! npm v2.10.1 > npm ERR! code ELIFECYCLE > npm ERR! [email protected] update-webdriver: `node > ./node_modules/protractor/bin/webdriver-manager update` > npm ERR! Exit status 1 > npm ERR! > npm ERR! Failed at the [email protected] update-webdriver script > 'node ./node_modules/protractor/bin/webdriver-manager update'. > npm ERR! This is most likely a problem with the angular-phonecat package, > npm ERR! not with npm itself. > npm ERR! Tell the author that this fails on your system: > npm ERR! node ./node_modules/protractor/bin/webdriver-manager update > npm ERR! You can get their info via: > npm ERR! npm owner ls angular-phonecat > npm ERR! There is likely additional logging output above. > npm ERR! Please include the following file with any support request: > npm ERR! C:\wamp\www\angular-phonecat\npm-debug.log Seems like a ZIP issue. I can't unzip the .zip, even from windows directly. -- You received this message because you are subscribed to the Google Groups "AngularJS" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
