Issue
Unable to run cypress 4.12.0
on Ubuntu 20 (WSL)
I'm receiving this error:
Cypress cannot run because this binary file does not have executable permissions here:
/home/****/.cache/Cypress/4.12.0/Cypress/Cypress
Reasons this may happen:
- node was installed as 'root' or with 'sudo'
- the cypress npm package as 'root' or with 'sudo'
Please check that you have the appropriate user permissions.
----------
Platform: linux (Ubuntu - 20.04)
Cypress Version: 4.12.0
I'm not experienced Linux user. I have tried to reinstall cypress and node - nothing helped.
I tried this solution, but I'm unable to to find Cypress.app
. Seems that /Users/***/Library/Caches/Cypress/4.0.2/Cypress.app/Contents/MacOS/Cypress
is obsolete path
Solution
It appears that I should have to install nx
with this command: npm i -g @nrwl/cli
Answered By - captain-yossarian