Join Discord
Powered by
It could be that you installed yarn as a sudo and ...
# e2e-testing
m
mysterious-belgium-25713
09/27/2022, 12:57 PM
It could be that you installed yarn as a sudo and not as a normal user. And that is why you get this. What you could do is is if you have to use sudo is to also install cypress as sudo. sudo yarn run cypress install
Previous
Next