Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to open cypress v.3.1.4 on windows #3212

Closed
ggcaponetto opened this issue Jan 24, 2019 · 2 comments
Closed

Unable to open cypress v.3.1.4 on windows #3212

ggcaponetto opened this issue Jan 24, 2019 · 2 comments

Comments

@ggcaponetto
Copy link

Current behavior:

Cypress doesn't open.

Steps to reproduce: (app code and test code)

  1. Update cypress to v3.1.4 on a windows host via npm i cypress@3.1.4
  2. run ./node_modules/.bin/cypress open
> cypress open

It looks like this is your first time using Cypress: 3.1.4

 ×  Verifying Cypress can run C:\Users\Giuseppe\AppData\Local\Cypress\Cache\3.1.4\Cypress
   → Cypress Version: 3.1.4
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: C:\Users\Giuseppe\AppData\Local\Cypress\Cache\3.1.4\Cypress\Cypress.exe --smoke-test --ping=920
----------

Platform: win32 (10.0.17134)
Cypress Version: 3.1.4

Desired behavior:

cypress opens

Versions

Platform: win32 (10.0.17134)
Cypress Version: 3.1.4

@jennifer-shehane
Copy link
Member

Can you try clearing your Cypress cache then rerunning the command (suggesting based on #3176 (comment)).

cypress cache clear

@jennifer-shehane jennifer-shehane added the stage: awaiting response Potential fix was proposed; awaiting response label Jan 24, 2019
@ggcaponetto
Copy link
Author

Solved clearing the cypress cache as described in the link provided by @jennifer-shehane . Thanks

@jennifer-shehane jennifer-shehane removed the stage: awaiting response Potential fix was proposed; awaiting response label Jan 28, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants