Skip to content
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

Remove notice about the npm package and the cypress binary versions #5220

Merged
merged 1 commit into from
Apr 26, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions docs/guides/getting-started/installing-cypress.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,6 @@ in the correct directory.

:::info

Notice that the Cypress `npm` package is a wrapper around the Cypress binary.
The version of the `npm` package determines the version of the binary
downloaded. As of version `3.0`, the binary is downloaded to a global cache
directory to be used across projects.

System proxy properties `http_proxy`, `https_proxy` and `no_proxy` are respected
for the download of the Cypress binary. You can also use the npm properties
`npm_config_proxy` and `npm_config_https_proxy`. Those have lower priority, so
Expand Down