Skip to content

Commit 4aec3cd

Browse files
authored
docs: remove legacy cmd examples in favor of powershell (#20323)
avoid flakes
1 parent b765fb8 commit 4aec3cd

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

docs/resources/uninstall.md

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,7 @@ can find your npm cache path by running `npm config get cache`.
1919
rm -rf "$(npm config get cache)/_npx"
2020
```
2121

22-
**For Windows**
23-
24-
_Command Prompt_
25-
26-
```cmd
27-
:: The path is typically %LocalAppData%\npm-cache\_npx
28-
rmdir /s /q "%LocalAppData%\npm-cache\_npx"
29-
```
30-
31-
_PowerShell_
22+
**For Windows (PowerShell)**
3223

3324
```powershell
3425
# The path is typically $env:LocalAppData\npm-cache\_npx

0 commit comments

Comments
 (0)