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

Getting error after using this command on windows 7 32 bit : "npm run cypress:open" #3706

Closed
PiyushTalwalkar opened this issue Mar 14, 2019 · 7 comments · Fixed by #3877 · 4 remaining pull requests
Closed

Getting error after using this command on windows 7 32 bit : "npm run cypress:open" #3706

PiyushTalwalkar opened this issue Mar 14, 2019 · 7 comments · Fixed by #3877 · 4 remaining pull requests
Labels
type: duplicate This issue or pull request already exists

Comments

@PiyushTalwalkar
Copy link

Current behavior:

Desired behavior:

Steps to reproduce: (app code and test code)

Versions

@PiyushTalwalkar
Copy link
Author

Cypress V: 3.1.5
If you navigate to to root folder, try to execute Cypress.exe it gives error as check the version may not be compatible with windows 7 32 bit

@jennifer-shehane
Copy link
Member

@PiyushTalwalkar Can you provide a screenshot of the error or the exact text of the error please? Thanks!

@jennifer-shehane jennifer-shehane changed the title Getting error after using this command on windows 732 bit : "npm run cypress:open" Getting error after using this command on windows 7 32 bit : "npm run cypress:open" Mar 14, 2019
@jennifer-shehane jennifer-shehane added the stage: needs information Not enough info to reproduce the issue label Mar 14, 2019
@PiyushTalwalkar
Copy link
Author

PiyushTalwalkar commented Mar 14, 2019

Microsoft Windows [Version 6.1.7600]
Copyright (c) 2009 Microsoft Corporation.  All rights reserved.

D:\Cypress_Automation>.\node_modules\.bin\cypress open
It looks like this is your first time using Cypress: 3.1.5

 ×  Verifying Cypress can run C:\Users\PT\AppData\Local\Cypress\Cache\3.1.5\Cypress
   → Cypress Version: 3.1.5
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.
----------

spawn UNKNOWN
----------

Platform: win32 (6.1.7600)
Cypress Version: 3.1.5

@PiyushTalwalkar
Copy link
Author

also check this screenshot
image

@jennifer-shehane
Copy link
Member

This issue is a duplicate of #787

@jennifer-shehane jennifer-shehane added type: duplicate This issue or pull request already exists and removed stage: needs information Not enough info to reproduce the issue labels Mar 14, 2019
@flotwig
Copy link
Contributor

flotwig commented Apr 8, 2019

We have fixed this by also building for Windows 32-bit.

The code for this is done in cypress-io/cypress#3877, but has yet to be released.
We'll update this issue and reference the changelog when it's released.

@cypress-bot
Copy link
Contributor

cypress-bot bot commented May 17, 2019

Released in 3.3.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment