And i guess error is because of yarn is not able t...
# all-things-deployment
s
And i guess error is because of yarn is not able to download the cypress package
m
@some-cricket-23089: did you try this?
Copy code
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>
s
@mammoth-bear-12532 When i try to download this module from browser using the URL https://download.cypress.io/desktop/7.3.0?platform=linux&amp;arch=x64 I can download it
And this URl is itself mentioned in the error logs from where yarn is trying to download this module. Please correct me if I am understanding it wrong
----------
URL: <https://download.cypress.io/desktop/7.3.0?platform=linux&arch=x64>
Error: read ECONNRESET
m
@some-cricket-23089: are you running this build from the same box as your browser?
can you try a regular
curl
from that box to see if you have connectivity
s
@mammoth-bear-12532 Yes am running from the same box. Also when i ran the above url with curl it get redirect to another url . So on running the redirected url i can download the package using curl , below are the logs ...
curl -o cypress.zip <https://cdn.cypress.io/desktop/7.3.0/linux-x64/cypress.zip>
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
5  224M    5 12.9M    0     0   691k      0  0:05:31  0:00:19  0:05:12  774k^C
@mammoth-bear-12532 Its working now , And the possible issue was the internet speed. I upgraded my inet speed and it worked well .