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
docs: minimum linux requirements for electron 36 (#6219)
* minimum linux requirements for electron 36
* fix deb 10 ref for cy 14
* rm tables, make concise
* Update docs/app/get-started/install-cypress.mdx
* Update docs/app/references/migration-guide.mdx
* Update docs/app/references/migration-guide.mdx
Co-authored-by: Mike McCready <[email protected]>
---------
Co-authored-by: Jennifer Shehane <[email protected]>
Co-authored-by: Mike McCready <[email protected]>
Prebuilt binaries for Linux are no longer compatible with Linux distributions based on glibc `<2.31`.
26
+
This support is in line with Node.js's support for Linux in 20+.
27
+
28
+
If you're using a Linux distribution based on glibc `<2.31`, you'll need to
29
+
update your system to a newer version to install Cypress 15+.
30
+
To display which version of glibc your Linux system is running, execute `ldd --version`.
31
+
23
32
### Webpack `4` is no longer supported
24
33
25
34
Cypress is no longer supporting Webpack `4` as it is no longer maintained by the core Webpack team and Webpack `5` has been available since Q4 2020. This includes dropping Webpack `4` support for:
0 commit comments