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
{{ message }}
This repository has been archived by the owner on Jan 6, 2021. It is now read-only.
npm install always trying to use http_proxy it seems, and apparently it fails, since its our internal repo doesn't need proxy. i added in no_proxy=.nexus.repo environment variable to bypass proxy. I have proxy and no_proxy configured in environment variables and also in .npmrc also. Looks like no_proxy option not working in this case ? Any help us appreciated ?
�[?25l[06:10:04] Downloading Cypress [started]
[06:10:04] Downloading Cypress [failed]
�[?25hThe Cypress App could not be downloaded.
Does your workplace require a proxy to be used to access the Internet? If so, you must configure the HTTP_PROXY environment variable before downloading Cypress. Read more: https://on.cypress.io/proxy-configuration
Otherwise, please check network connectivity and try again:
The text was updated successfully, but these errors were encountered:
I solved the issue, its workaround : configured cntlm proxy , that able to bypass proxies for all the internal repos or all domains menioned in "noProxy" . just in case somebody is struggling with same issue as above.
Current behavior:
node:11.7.0
npm:6.5.0
cross-env: 7.0.2
my package.json file :
npm install always trying to use http_proxy it seems, and apparently it fails, since its our internal repo doesn't need proxy. i added in no_proxy=.nexus.repo environment variable to bypass proxy. I have proxy and no_proxy configured in environment variables and also in .npmrc also. Looks like no_proxy option not working in this case ? Any help us appreciated ?
Desired behavior:
cypress install should ignore proxy
output on jenkins :
npm info lifecycle [email protected]~postinstall: [email protected]
⚠ Warning: Forcing a binary version different than the default.
The CLI expected to install version: 4.0.2
Instead we will install version: https://internal.nexus.repo/cypress/4.0.2/cypress-4.0.2-linux-x64.zip
These versions may not work properly together.
Installing Cypress (version: https://internal.nexus.repo/cypress/4.0.2/cypress-4.0.2-linux-x64.zip )
�[?25l[06:10:04] Downloading Cypress [started]
[06:10:04] Downloading Cypress [failed]
�[?25hThe Cypress App could not be downloaded.
Does your workplace require a proxy to be used to access the Internet? If so, you must configure the HTTP_PROXY environment variable before downloading Cypress. Read more: https://on.cypress.io/proxy-configuration
Otherwise, please check network connectivity and try again:
The text was updated successfully, but these errors were encountered: