We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d6d77b commit 531e847Copy full SHA for 531e847
pages/install.md
@@ -291,6 +291,15 @@ Set-ExecutionPolicy -ExecutionPolicy Bypass -Scope CurrentUser
291
For more details please read the Microsoft
292
[about_Execution_Policies](https://docs.microsoft.com/en-gb/powershell/module/microsoft.powershell.core/about/about_execution_policies?view=powershell-7.1) page.
293
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
303
{{ xpm_install_windows }}
304
305
{% endcapture %}
0 commit comments