You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/app/get-started/install-cypress.mdx
+5-9
Original file line number
Diff line number
Diff line change
@@ -110,13 +110,11 @@ need prebuilt.
110
110
111
111
Cypress supports running under these operating systems:
112
112
113
-
-**macOS** 10.15 and above _(Intel or Apple Silicon 64-bit (x64 or arm64))_.
114
-
-**Linux** Ubuntu 20.04 and above, Fedora 40 and above, and Debian 11 and above _(x64 or arm64)_ (see [Linux Prerequisites](#Linux-Prerequisites) down
115
-
below).
116
-
- Cypress deprecated the use of Node.js `16.x` in Cypress [`13.0.0`](/app/references/changelog#13-0-0). We recommend that users update to at least Node.js `18.x`.
117
-
For related reasons, Cypress deprecates the use of Linux operating systems with library [`glibc`](https://www.gnu.org/software/libc/) versions `2.17` - `2.27`. The Linux CLI command `ldd --version` displays your glibc version.
118
-
-**Windows** 10 and above _(x64)_.
119
-
-**Windows Server** 2019 and 2022 _(x64)_.
113
+
-**macOS** 10.15 and above _(Intel or Apple Silicon 64-bit (x64 or arm64))_
114
+
-**Linux** Ubuntu 20.04 and above, Fedora 40 and above, and Debian 11 and above _(x64 or arm64)_
115
+
(see [Linux Prerequisites](#Linux-Prerequisites) down below)
116
+
-**Windows** 10 and above _(x64)_
117
+
-**Windows Server** 2019 and 2022 _(x64)_
120
118
121
119
### Node.js
122
120
@@ -183,8 +181,6 @@ on your system. Depending on your system defaults, these dependencies may alread
183
181
If not, run the command line for your operating system listed below.
184
182
See below under [Docker Prerequisites](#Docker-Prerequisites) for information on [Cypress Docker images](https://github.com/cypress-io/cypress-docker-images). These already include the necessary dependencies.
185
183
186
-
It is worth noting that Cypress on Linux requires a minimum [`glibc`](https://www.gnu.org/software/libc/) version of `2.17`. This version is fixed as `glibc` is shipped with your operating system and cannot be changed.
0 commit comments