-
Notifications
You must be signed in to change notification settings - Fork 6.9k
error when doing npm run update-webdriver #212
Comments
me too,why? |
Have the same issue. |
npm ERR! command "node" "/usr/local/bin/npm" "run" "update-webdriver" |
I have updated protractor to 1.1.1. Please delete all node_modules and try again now. |
still have the problem |
I have the same error:
Shouldn't the update-webdriver come with protractor? |
Try running with node version 0.12.x and npm version 2.9.x |
Not really an option for me at the moment, but thanks for the suggestion. |
@mnemanja Have you tried https://github.com/creationix/nvm |
hi @petebacondarwin , I have npm version is 2.11.3,node version v0.12.7, may it effect the result?
Updating selenium standalone
[launcher] Process exited with error code 1 npm ERR! Windows_NT 6.1.7601 npm ERR! Please include the following file with any support request: |
It seems err while run webdriver-manager update which resulte in the follow errors |
Fixes angular#212 Fixes angular#245 Fixes angular#259 Closes angular#308
Fixes angular#212 Fixes angular#245 Fixes angular#259 Closes angular#308
Fixed in #341. |
So we should close then @gkalpak ? |
I would if I had the rights 😃 |
:-( - we need to get @naomiblack on the case there. closing |
Here is the log when dpm run update-webdriver
Updating selenium standalone
downloading http://selenium-release.storage.googleapis.com/2.40/selenium-server-standalone-2.40.0.jar...
Updating chromedriver
downloading https://chromedriver.storage.googleapis.com/2.9/chromedriver_mac32.zip...
events.js:72
throw er; // Unhandled 'error' event
^
Error: connect ETIMEDOUT
at errnoException (net.js:904:11)
at Object.afterConnect as oncomplete
npm ERR! angular-seed@0.0.0 update-webdriver:
webdriver-manager update
npm ERR! Exit status 8
npm ERR!
npm ERR! Failed at the angular-seed@0.0.0 update-webdriver script.
npm ERR! This is most likely a problem with the angular-seed package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! webdriver-manager update
npm ERR! You can get their info via:
npm ERR! npm owner ls angular-seed
npm ERR! There is likely additional logging output above.
npm ERR! System Darwin 13.3.0
npm ERR! command "node" "/usr/local/bin/npm" "run" "update-webdriver"
npm ERR! cwd /Users/xichen/Documents/angular/angular-seed
npm ERR! node -v v0.10.29
npm ERR! npm -v 1.4.14
npm ERR! code ELIFECYCLE
Any idea about that?
The text was updated successfully, but these errors were encountered: