diff --git a/README.md b/README.md index 26fdaac481..b61c829376 100644 --- a/README.md +++ b/README.md @@ -138,13 +138,17 @@ cd ./dev/tool rushx upgrade -f ``` -In cases where the project fails to build for any logical reason, try the following steps: +## Troubleshooting + +If a build fails, but the code is correct, try to delete the [build cache](https://rushjs.io/pages/maintainer/build_cache/) ```bash -rush update -rush build --clean +# from the project root +rm -rf common/temp/build-cache ``` +and retry. + ## Tests ### Unit tests