Closed
Description
Current behavior
Attempting to run Cypress on the unsupported architecture Windows 11 arm64
includes an error message with the link
https://on.cypress.io/guides/getting-started/installing-cypress#system-requirements
This opens the correct Cypress documentation page at the top of the page, not in the System requirements section.
Desired behavior
The link should forward to
https://docs.cypress.io/app/get-started/install-cypress#System-requirements and display the relevant section of the page.
Note the different case for the initial letter of the Bookmark System-requirements
compared to system-requirements
Test code to reproduce
npm install cypress
Cypress Version
14.3.0
Node version
v22.14.0
LTS
Operating System
Windows 11 arm64
on GitHub runner image windows-11-arm pre-release
Debug Logs
npm error path C:\a\github-action\github-action\examples\basic\node_modules\cypress
npm error command failed
npm error command C:\Windows\system32\cmd.exe /d /s /c node index.js --exec install
npm error Note: Overriding Cypress cache directory to: C:\Users\runneradmin\.cache\Cypress
npm error
npm error Previous installs of Cypress may not be found.
npm error
npm error The Cypress App could not be installed. Your machine does not meet the operating system requirements.
npm error
npm error https://on.cypress.io/guides/getting-started/installing-cypress#system-requirements
npm error
npm error ----------
npm error
npm error Platform: win32-arm64 (10.0.22631)
npm error Cypress Version: 14.3.0
npm error 2025-04-15T05:58:23.081Z cypress:cli installing Cypress from NPM
npm error 2025-04-15T05:58:23.678Z cypress:cli installing with options {}
npm error 2025-04-15T05:58:23.679Z cypress:cli Using CYPRESS_CACHE_FOLDER from environment variable
npm error 2025-04-15T05:58:23.679Z cypress:cli Using CYPRESS_CACHE_FOLDER from environment variable
npm error 2025-04-15T05:58:23.682Z cypress:cli detecting arch { osPlatform: 'win32', osArch: 'arm64' }
npm error 2025-04-15T05:58:23.682Z cypress:cli version in package.json is 14.3.0, version to install is 14.3.0
npm error 2025-04-15T05:58:23.682Z cypress:cli Using CYPRESS_CACHE_FOLDER from environment variable
npm error 2025-04-15T05:58:23.683Z cypress:cli Using CYPRESS_CACHE_FOLDER from environment variable
npm error 2025-04-15T05:58:23.683Z cypress:cli using environment variable CYPRESS_CACHE_FOLDER C:\Users\runneradmin\.cache\Cypress
npm error 2025-04-15T05:58:23.683Z cypress:cli Using CYPRESS_CACHE_FOLDER from environment variable
npm error 2025-04-15T05:58:23.683Z cypress:cli Using CYPRESS_CACHE_FOLDER from environment variable
npm error 2025-04-15T05:58:23.683Z cypress:cli using environment variable CYPRESS_CACHE_FOLDER C:\Users\runneradmin\.cache\Cypress
npm error 2025-04-15T05:58:23.684Z cypress:cli Using CYPRESS_CACHE_FOLDER from environment variable
npm error 2025-04-15T05:58:23.684Z cypress:cli Using CYPRESS_CACHE_FOLDER from environment variable
npm error 2025-04-15T05:58:23.684Z cypress:cli using environment variable CYPRESS_CACHE_FOLDER C:\Users\runneradmin\.cache\Cypress
Other
No response