From 57b15752bac1619fc710b641cf702b90b5168a5b Mon Sep 17 00:00:00 2001 From: Vlad <11474041+vlad-timofeev@users.noreply.github.com> Date: Sun, 25 Feb 2024 22:54:04 -0500 Subject: [PATCH] update Readme (#4770) Signed-off-by: Vlad Timofeev <11474041+vlad-timofeev@users.noreply.github.com> --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) 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