I'll got a reproducible repo here: https://github.com/opyate/cypress-weirdness
We're using Cypress 9.1.1 and I'm trying to run the tests with:
docker-compose up --exit-code-from cypress
But it has an error, and the weirdest bit is this:
Error: EACCES: permission denied, mkdir '/root/.cache/Cypress/9.4.1'
But I'm not even using 9.4.1 anywhere.
I would greatly appreciate some pointers to make this work, and even clean it up, or use latest Cypress (which I've tried, with its own EACCESS errors...).
(I've also asked this in the Discord.)