No version of Cypress is installed

See original GitHub issue

Current behavior:

I’ve installed Cypress successfully, but when I try to run it with cypress open I get:

No version of Cypress is installed in: /Users/ddcbethanyr/Library/Caches/Cypress/3.1.0/Cypress.app

Please reinstall Cypress by running: cypress install

Cypress executable not found at: /Users/ddcbethanyr/Library/Caches/Cypress/3.1.0/Cypress.app/Contents/MacOS/Cypress

Desired behavior:

cypress open should open Cypress

Steps to reproduce:

npm i cypress cypress open

Versions

Cypress 3.1.0 Node 8.12.0 OSX High Sierra

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:16
  • Comments:79 (17 by maintainers)

github_iconTop GitHub Comments

365reactions
kucebcommented, Oct 17, 2018

@jmargolisvt just like any other node module, you’ll have to execute cypress from the ./node_modules/.bin directory. Can you try running:

./node_modules/.bin/cypress install
28reactions
hellfireStevecommented, Jan 22, 2019

Closing an unsolved issue is a cop out - even if you cannot reproduce it.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Installing - Cypress Documentation
Cypress will run without needing to install any dependencies. Direct downloading for old versions. It is possible to download an old version from...
Read more >
No version of Cypress is installed in Ci (TravisCI and CircleCI)
This a small problem with caching node_modules - the post-install script that installs the Cypress binary won't be run since ...
Read more >
Installing Cypress - w3resource
The direct download always uses the latest available version and it will detect your platform automatically. Once you download the zipped file ...
Read more >
cypress-io/cypress - Gitter
Anyone has met the problem that somehow cypress install on CI start throwing error? ... This the output: No version of Cypress is...
Read more >
Setting Up Cypress - Medium
We must install a few items to also install Cypress to pursue this tutorial: ... Make sure the version is equivalent or higher...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found