Hi there,
We’ve been seeing the following error on every single cached build since yarn was updated to 0.27.5
Error: ENOENT: no such file or directory, scandir '/home/ubuntu/riff-parse/node_modules/node-sass/vendor'
If I rebuild without cache it works just fine. The last successful build was with yarn 0.21.3, and nothing has changed w.r.t the build process between the occurrences of this error and the last successful build.
I’m wondering if 1.) anyone knows what this means 2.) Can I change the yarn version 3.) Can I disable the cache for all builds (at least, for now, for my own sanity)
Thanks