You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@NAMU1105 Can you provide the full error message and other relevant system details (node/yarn/OS versions)? Did you recently update your version of Cypress?
@NAMU1105 Can you provide the full error message and other relevant system details (node/yarn/OS versions)? Did you recently update your version of Cypress?
But after I update cypress to version 9.3.0, I faced the problem.
So, I guess maybe the error is derived from the newer version issue
or...
I hit the 'npm uninstall cypress --save-dev' just in case
(I use yarn, so I was just trying to make sure every cypress-related stuff is erased from my computer.)
Maybe I somehow installed the cypress with npm (even though I use yarn) and that might cause me trouble.
Anyway, thanks for the concern and I'll close this issue.
Current behavior
can not open cypress due to timeout error + permission error.
(I even changed the default waiting time from 30000 to 10000)
People say that I have to clear cache etc. So I followed their guides and encountered the permission error while doing that.
Therefore I tried to solve the permission issue with chmod 777 -R and chown,
But it still does not work.
Desired behavior
Cypress should work as it should.
Test code to reproduce
yarn run cypress open
Cypress Version
9.3.1
Other
It was originally worked fine.
But I haven't used Cypress for a month.
And when I hit run command today I've faced this issue.
Please give me some help.
The text was updated successfully, but these errors were encountered: