Skip to content

Commit 531e847

Browse files
committed
install.md update cleanup
1 parent 9d6d77b commit 531e847

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

pages/install.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -291,6 +291,15 @@ Set-ExecutionPolicy -ExecutionPolicy Bypass -Scope CurrentUser
291291
For more details please read the Microsoft
292292
[about_Execution_Policies](https://docs.microsoft.com/en-gb/powershell/module/microsoft.powershell.core/about/about_execution_policies?view=powershell-7.1) page.
293293

294+
## npm clean-ups
295+
296+
To remove all global packages installed by npm, there are only two folders:
297+
298+
- `%APPDATA%\Roaming\npm`
299+
- `%APPDATA%\Local\npm-cache`
300+
301+
They can be removed at any time, and npm will recreate them on new installs.
302+
294303
{{ xpm_install_windows }}
295304

296305
{% endcapture %}

0 commit comments

Comments
 (0)