-
Notifications
You must be signed in to change notification settings - Fork 3.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CircleCI :: Cypress Binary Download Fails #4840
Comments
Note: I can see the If I manually download the binary inside of the CircleCI container using
|
Can you verify that you don't have 2 versions of Cypress (even if same version) attempting to download and clobbering one another? This happens in some |
Hello @jennifer-shehane ,
and when I try to use the |
@jennifer-shehane the problem was that in my package.json I had this:
When I removed @types/cypress then the download was OK and gitlab job finished successfully. But I don't know why I don't get this problem on my local machine |
@rchod I'm running into this issue as well, however, I did not have
|
@lots0logs, perhaps this is a bug in the Cypress code, however, I think the cause of the issue stems a bit from the use of
Outcome I now have a single entry for
|
I am facing the same issue while using 3.4.1, I have rolled back to 3.2.0 |
same inside alpine linux:
|
I am also finding that https://download.cypress.io/desktop/3.4.1?platform=linux&arch=x64 is not downloading a file with checksum matching
We are finding that this is likely happening after adding a new dependency that is pulling in a different version of Cypress. In this case we are targeting |
We also found this problem when downloading https://download.cypress.io/desktop/3.6.1?platform=linux&arch=x64 with checksum
In our package.json we are also referencing
|
Here is how I resolved my Following some suggestions here, I checked to see what versions of "resolutions": {
"cypress": "3.8.0"
} When I re-ran Hope this helps others who come across this issue! |
Closing this as a duplicate of #4595 Please follow some of the existing workaround to ensure you do not have 2 versions of Cypress downloaded as detailed here: #4840 (comment) |
What worked for me was:
|
Current behavior:
Cypress fails to download the binary when running
yarn install
on CircleCI:Steps to reproduce: (app code and test code)
yarn install
on CircleCIVersions
Cypress 3.4.0
The text was updated successfully, but these errors were encountered: