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

cypress 3.1.1 open fails #2797

Closed
ghost opened this issue Nov 18, 2018 · 2 comments
Closed

cypress 3.1.1 open fails #2797

ghost opened this issue Nov 18, 2018 · 2 comments
Labels
type: duplicate This issue or pull request already exists

Comments

@ghost
Copy link

ghost commented Nov 18, 2018

Hi,
I'm running under windows 10 pro
with node 11.2 installed
with C++ Redistributable for Visual Studio 2015 installed
with C++ Redistributable for Visual Studio 2017 installed

On cypress 3.1.1 open command I have the following error :

C:\nodejs\node_modules\project>npx cypress open
  cypress:cli cli starts with arguments ["C:\\nodejs\\node.exe","C:\\nodejs\\node_modules\\cypress\\bin\\cypress","open"] +0ms
  cypress:cli NODE_OPTIONS=--trace-warnings +0ms
  cypress:cli program parsing arguments +16ms
  cypress:cli opening Cypress +0ms
  cypress:cli parsed cli options {} +115ms
  cypress:cli opening from options {"project":"C:\\nodejs\\node_modules\\project"} +0ms
  cypress:cli command line arguments ["--project","C:\\nodejs\\node_modules\\project"] +0ms
  cypress:cli verifying Cypress app +0ms
  cypress:cli checking environment variables +0ms
  cypress:cli checking if executable exists C:\Users\glour\AppData\Local\Cypress\Cache\3.1.1\Cypress\Cypress.exe +0ms
  cypress:cli Binary is executable? : true +0ms
  cypress:cli binaryDir is  C:\Users\glour\AppData\Local\Cypress\Cache\3.1.1\Cypress +0ms
  cypress:cli Reading binary package.json from: C:\Users\glour\AppData\Local\Cypress\Cache\3.1.1\Cypress\resources\app\package.json +0ms
  cypress:cli Found binary version 3.1.1 installed in: C:\Users\glour\AppData\Local\Cypress\Cache\3.1.1\Cypress +16ms
  cypress:cli could not read binary_state.json file +16ms
  cypress:cli {} +0ms
  cypress:cli is Verified ? undefined +0ms
  cypress:cli running binary verification check 3.1.1 +0ms
It looks like this is your first time using Cypress: 3.1.1

  cypress:cli clearing out the verified version +0ms
  cypress:cli running smoke test +0ms
  cypress:cli using Cypress executable C:\Users\glour\AppData\Local\Cypress\Cache\3.1.1\Cypress\Cypress.exe +0ms
  cypress:cli needs XVFB? false +0ms
  cypress:cli smoke test command: C:\Users\glour\AppData\Local\Cypress\Cache\3.1.1\Cypress\Cypress.exe --smoke-test --ping=934 +0ms
 \  Verifying Cypress can run C:\Users\glour\AppData\Local\Cypress\Cache\3.1.1\Cypress
  cypress:cli Smoke test failed: { Error: Command failed: C:\Users\glour\AppData\Local\Cypress\Cache\3.1.1\Cypress\Cypress.exe --smoke-test --ping=934



    at makeError (C:\nodejs\node_modules\execa\index.js:172:9)
    at Promise.all.then.arr (C:\nodejs\node_modules\execa\index.js:277:16)
    at process.internalTickCallback (internal/process/next_tick.js:77:7)
  code: 3221225477,
  stdout: '\r\n',
  stderr: '',
  failed: true,
  signal: null,
  cmd:
   'C:\\Users\\glour\\AppData\\Local\\Cypress\\Cache\\3.1.1\\Cypress\\Cypress.exe --smoke-test --ping=934',
  timedOut: false,

Can I have some help please ?

@jennifer-shehane
Copy link
Member

duplicate of #1866

@jennifer-shehane
Copy link
Member

jennifer-shehane commented Jul 1, 2019

In order to direct better focus on the overall problem that is being described in several issues - we opened one issue to track this behavior #4625 Please add any information about how we can reproduce this bug there. 🙏

@cypress-io cypress-io locked and limited conversation to collaborators Jul 1, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
type: duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

1 participant