You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cypress install fails when serving it from a private registry (Artifactory).
The package relies on the version of "request" that exists on github/cypress-io instead of npmjs latest version.
We have no option to whitelist Github on the server that tries to install Cypress.
npm WARN [email protected] requires a peer of [email protected] but none is installed. You must install peer dependencies yourself.
npm WARN [email protected] No description
npm WARN [email protected] No repository field.
npm ERR! Error while executing:
npm ERR! /usr/bin/git ls-remote -h -t ssh://[email protected]/cypress-io/request.git
npm ERR!
npm ERR! ssh: connect to host github.com port 22: Connection refused
npm ERR! fatal: Could not read from remote repository.
npm ERR!
npm ERR! Please make sure you have the correct access rights
npm ERR! and the repository exists.
npm ERR!
npm ERR! exited with error code: 128
npm ERR! A complete log of this run can be found in:
npm ERR! /home/kobi.mantzur/.npm/_logs/2020-03-29T10_30_12_999Z-debug.log
Desired behavior:
Fetch Request from npmjs, it will allow us to store it in Artifactory like the rest of the dependencies of Cypress.
Versions
Cypress Version: 4.2.0
OS: CentOS Linux 7 (Core)
The text was updated successfully, but these errors were encountered:
kobimantzur
changed the title
Installing Cypress behind private registry (Artifactory)
Installing Cypress using a private registry (Artifactory)
Mar 30, 2020
Current behavior:
Cypress install fails when serving it from a private registry (Artifactory).
The package relies on the version of "request" that exists on github/cypress-io instead of npmjs latest version.
We have no option to whitelist Github on the server that tries to install Cypress.
Desired behavior:
Fetch Request from npmjs, it will allow us to store it in Artifactory like the rest of the dependencies of Cypress.
Versions
Cypress Version: 4.2.0
OS: CentOS Linux 7 (Core)
The text was updated successfully, but these errors were encountered: