My project is having an issue in our build systems where a command has been written to the cloud cache NOT IN NODE_MODULES incorrectly and is poisoning all subsequent runs. How do I clear the distributed cache?
The only thing I can think of is running with the --skip-nx-cache option, but if I don't run with the flag I get the same error again because the cache is still bad.
i can not see an option to clear the distributed cache in their ui in free plan.
One can try this from the docs
and/or in nx.json in "build" section
however, i did the "hard" way: