Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

I can't open Cypress on Mac: Cypress not found

I've checked through the answers on S.O and so far none have worked for me.

I put my question in a video. Watch it here

What went wrong? It was working fine yesterday?

What I've done so far:

Re installed cypress

tried to open with : .node_modules\.bin\cypress open

then tried: npx cypress open

Got the following message

No version of Cypress is installed in: /Users/jacquelinegeorge/Library/Caches/Cypress/3.4.0/Cypress.app

Please reinstall Cypress by running: cypress install

----------

Cypress executable not found at: /Users/my_name/Library/Caches/Cypress/3.4.0/Cypress.app/Contents/MacOS/Cypress

----------

Platform: darwin (18.7.0)
Cypress Version: 3.4.0
like image 878
fypnlp Avatar asked Dec 11 '22 01:12

fypnlp


1 Answers

I tried the following command on my Mac and it worked:

npx cypress open
like image 166
shatmanyu Avatar answered Dec 26 '22 21:12

shatmanyu