Open guillermoz-nutanix opened 1 month ago
@guillermoz-nutanix
It looks like your logs are from a GitHub Actions workflow. Is that correct?
If yes, is this a GitHub-hosted or self-hosted runner?
@guillermoz-nutanix
Are you still having a problem installing Cypress or did you resolve it already?
@guillermoz-nutanix
If you are running in GitHub Actions and you are not already using the Cypress GitHub Action you may want to consider using this, since it caches the Cypress App (binary). This will not eliminate errors, but it should reduce the frequency.
Are you still having a problem installing Cypress or did you resolve it already?
I mitigated it by caching the .cache/cypress
folder as mentioned somewhere in the documentation.
Current behavior
When installing with
npm ci
, the command intermittently fails with a genericAggregateError
, such error does not allow to discern if the issue is on the client (npm
) or the server. I cannot tell from those details if the download failed midway or if it even started.Debug logs