Troubleshooting Error when Fetching from the Cache
This message may appear when building the web
app. It is related to an inconsistency within the caches used by the tool we use to compile the different node modules.
To solve this issue, you have to clean this cache. This can be done using yarn
which is located into the web/.gradle/yarn/yarn-v1.22.17/bin
folder:
$ cd web $ .gradle/yarn/yarn-v1.22.17/bin/yarn cache clean
"Once the cache has been cleaned, you should be able to run the gradlew build
command successfully."