npm download 404
See original GitHub issueCurrent 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:
- Created 2 years ago
- Reactions:14
- Comments:8 (2 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I have this occuring on CI in my dependabot PR
Just cleared the cache here, the download should be resolving correctly now.