question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Current behavior

npm install fails to download binary.

Debug logs

The 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:
  |  
  | ----------
  |  
  | URL: https://download.cypress.io/desktop/7.3.0?platform=linux&arch=x64
  | Error: Failed downloading the Cypress binary.
  | Response code: 404
  | Response message: Not Found
  |  
  | ----------
  |  
  | Platform: linux (Debian - 10.5)
  | Cypress Version: 7.3.0
  |  
  | info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.
  | make: *** [/usr/local/cicd/make/web.mk:41: yarn] Error 1


Desired behavior:

Cypress to download.

Download method

yarn add cypress

  • npm
  • yarn
  • Direct download
  • other

Operating System

  • Linux
  • Mac
  • Windows

Other

  • I’m installing latest Cypress version
  • I’m behind a proxy
  • This only occurs in CI

Versions

Debian 10.5 - 32 bit

Note

Hitting https://download.cypress.io/desktop/7.3.0?platform=linux and removing the second query param seems to be working fine.

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Reactions:14
  • Comments:8 (2 by maintainers)

github_iconTop GitHub Comments

4reactions
emilgoldsmithcommented, May 11, 2021

I have this occuring on CI in my dependabot PR

1reaction
tgriessercommented, May 11, 2021

Just cleared the cache here, the download should be resolving correctly now.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Cannot download node-sass HTTP error 404 Not found
I am working on a project for an internship on Angular and after trying to install a few modules from NgPrime I m...
Read more >
Node-sass Cannot download HTTP error 404 Not Found
This problem occurs when I was trying to install node-sass@3.13.1 or any older version of node-sass with a newer version of node and...
Read more >
Why am I getting 404 for some npm packages? - JFrog
However, when working with the npm public registry, HEAD requests will sometimes trigger a 404 error response even though the requested package ...
Read more >
Unable to download packages from npm registry using Azure ...
npmrc file does not work when trying to pull down packages from npm. This is the error we are seeing (It errors out...
Read more >
Common errors | npm Docs
Please see the discussions in "Downloading and installing Node.js and ... npm http 404 https://registry.npmjs.org/faye-websocket/-/faye-websocket-0.7.0.tgz.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found