No version of Cypress is installed
See original GitHub issueCurrent 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:
- Created 5 years ago
- Reactions:16
- Comments:79 (17 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@jmargolisvt just like any other node module, you’ll have to execute cypress from the
./node_modules/.bin
directory. Can you try running:Closing an unsolved issue is a cop out - even if you cannot reproduce it.