From 6a70898e7b0f52e2d19d65ab4ce373c3e1b114d3 Mon Sep 17 00:00:00 2001 From: Sander Declerck Date: Thu, 8 Jan 2026 08:01:48 +0100 Subject: [PATCH] Remove "optional" from "Clean local installation artifacts" --- docs/troubleshooting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/troubleshooting.md b/docs/troubleshooting.md index 34b2099..8c32bee 100644 --- a/docs/troubleshooting.md +++ b/docs/troubleshooting.md @@ -93,7 +93,7 @@ When a package is already cached locally, the package manager skips downloading > **⚠️ Warning:** Cache clearing is safe but will remove all cached packages. Subsequent installations will need to re-download packages. In CI/CD environments or monorepos, this may affect build times. -2. **Clean local installation artifacts (optional):** +2. **Clean local installation artifacts:** ```bash # Remove node_modules if you want a completely fresh install