cypress upgrade 9.0 to 10.3 , missing executable cypress.exe

I upgraded from Cypress 9.0 to 10.3.0 with Corporate Proxy . PS C:\CypressUpgrade10> node -v v12.14.1 PS C:\CypressUpgrade10> npm -v 6.13.4

PS C:\CypressUpgrade10>

I download (from nexus) & installation seems to be success

npx cypress -v Cypress binary version: 10.3.0 Electron version: 18.3.0 Bundled Node version: 16.13.2

But npx cypress verify or cypress run /open gives error as below & there is no Cypress.exe on Local

No version of Cypress is installed in: C:\Users\AppData\Local\Cypress\Cache\10.3.0\Cypress

Please reinstall Cypress by running: cypress install

Cypress executable not found at: C:\Users\AppData\Local\Cypress\Cache\10.3.0\Cypress\Cypress.exe

Platform: win32-x64 (10.0.19042) Cypress Version: 10.3.0

Missing any dependency or compatibility issue ? Thanks

2 Answers

Run the command npx cypress install. This should fix your issue.

4

It works after updating Binary version to 0 & installing by npm install [email protected]

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge that you have read and understand our privacy policy and code of conduct.

You Might Also Like