Skip to content
This repository was archived by the owner on Feb 26, 2024. It is now read-only.

npm run update-webdriver FAILS #245

Closed
nikolaz111 opened this issue Nov 13, 2014 · 4 comments
Closed

npm run update-webdriver FAILS #245

nikolaz111 opened this issue Nov 13, 2014 · 4 comments

Comments

@nikolaz111
Copy link

Hello I'm trting the end to end capabilities of the seed project, but when i run npm run update-webdriver the command fails.


$ npm run update-webdriver

> [email protected] preupdate-webdriver /home/nicolas/miido/miido-web
> npm install


> [email protected] postinstall /home/nicolas/miido/miido-web
> bower install


> [email protected] update-webdriver /home/nicolas/miido/miido-web
> webdriver-manager update

Updating selenium standalone
downloading https://selenium-release.storage.googleapis.com/2.44/selenium-server-standalone-2.44.0.jar...
Updating chromedriver
downloading https://chromedriver.storage.googleapis.com/2.12/chromedriver_linux64.zip...
Error: Got error Error: 140279323998016:error:0607907F:digital envelope routines:EVP_PKEY_get1_RSA:expecting an rsa key:../deps/openssl/openssl/crypto/evp/p_lib.c:288:
 from https://chromedriver.storage.googleapis.com/2.12/chromedriver_linux64.zip
Error: Got error Error: 140279323998016:error:0607907F:digital envelope routines:EVP_PKEY_get1_RSA:expecting an rsa key:../deps/openssl/openssl/crypto/evp/p_lib.c:288:
 from https://selenium-release.storage.googleapis.com/2.44/selenium-server-standalone-2.44.0.jar

I'm running it on a Ubuntu 13.10 machine

What am I missing?

@michikono
Copy link

The documentation on http://angular.github.io/protractor/#/ shows that you need to run:

npm install -g protractor

@pritchardjonathan
Copy link

updating to that latest version of node did the trick for me

@JMuhire
Copy link

JMuhire commented Jan 14, 2015

The command 'npm install -g protractor' works for me

gkalpak added a commit to gkalpak/angular-seed that referenced this issue Apr 12, 2016
gkalpak added a commit to gkalpak/angular-seed that referenced this issue Apr 12, 2016
@gkalpak
Copy link
Member

gkalpak commented Jun 17, 2016

Fixed in #341.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants