From 4aec3cdb24ff1d7d0a04fd8d83542589232be7fd Mon Sep 17 00:00:00 2001 From: Tommaso Sciortino Date: Wed, 25 Feb 2026 12:09:49 -0800 Subject: [PATCH] docs: remove legacy cmd examples in favor of powershell (#20323) avoid flakes --- docs/resources/uninstall.md | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/docs/resources/uninstall.md b/docs/resources/uninstall.md index e96ddc5acf..1f5303e37f 100644 --- a/docs/resources/uninstall.md +++ b/docs/resources/uninstall.md @@ -19,16 +19,7 @@ can find your npm cache path by running `npm config get cache`. rm -rf "$(npm config get cache)/_npx" ``` -**For Windows** - -_Command Prompt_ - -```cmd -:: The path is typically %LocalAppData%\npm-cache\_npx -rmdir /s /q "%LocalAppData%\npm-cache\_npx" -``` - -_PowerShell_ +**For Windows (PowerShell)** ```powershell # The path is typically $env:LocalAppData\npm-cache\_npx