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
I have installed cypress on my Win 10 PC by using npm install inside a project directory.
If I run the command npx cypress open I get the following error:
It looks like this is your first time using Cypress: 6.6.0
× Verifying Cypress can run C:\Users\Stephen.Edwards\AppData\Local\Cypress\Cache\6.6.0\Cypress
→ Cypress Version: 6.6.0
Cypress failed to start.
This is usually caused by a missing library or dependency.
The error below should indicate which dependency is missing.
https://on.cypress.io/required-dependencies
If you are using Docker, we provide containers with all required dependencies installed.
----------
Command failed with UNKNOWN: C:\Users\Stephen.Edwards\AppData\Local\Cypress\Cache\6.6.0\Cypress\Cypress.exe --smoke-test --ping=392
spawn UNKNOWN
----------
Platform: win32 (10.0.19042)
Cypress Version: 6.6.0
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! hermes@0.0.0 cypress:open: `npx cypress open`
npm ERR! Exit status 1
I get the same error if I run the cypress executable in AppData\Local\Cypress (run as admin).
Any idea what is going wrong here?
I am running 64bit Win 10, I wondered if the reference to Win32 in the error above might mean something?
Thanks
The text was updated successfully, but these errors were encountered:
Hi,
I have installed cypress on my Win 10 PC by using npm install inside a project directory.
If I run the command
npx cypress open
I get the following error:I get the same error if I run the cypress executable in AppData\Local\Cypress (run as admin).
Any idea what is going wrong here?
I am running 64bit Win 10, I wondered if the reference to Win32 in the error above might mean something?
Thanks
The text was updated successfully, but these errors were encountered: