Skip to content

Commit 6ecb25c

Browse files
committed
install: add clean-ups for windows
1 parent 531e847 commit 6ecb25c

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

pages/core/xpm/install.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,15 @@ at least for files in the
127127

128128
If this is not possible, temporarily disable the antivirus program.
129129

130+
### xpm clean-ups
131+
132+
To remove all global packages installed by **xpm**, there are only two folders:
133+
134+
- `%APPDATA%\Roaming\xPacks`
135+
- `%APPDATA%\Local\Caches\xPacks`
136+
137+
They can be removed at any time, and **xpm** will recreate them on new installs.
138+
130139
{% endcapture %}
131140

132141
{% capture macos %}

pages/install.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -293,12 +293,12 @@ For more details please read the Microsoft
293293

294294
## npm clean-ups
295295

296-
To remove all global packages installed by npm, there are only two folders:
296+
To remove all global packages installed by **npm**, there are only two folders:
297297

298298
- `%APPDATA%\Roaming\npm`
299299
- `%APPDATA%\Local\npm-cache`
300300

301-
They can be removed at any time, and npm will recreate them on new installs.
301+
They can be removed at any time, and **npm** will recreate them on new installs.
302302

303303
{{ xpm_install_windows }}
304304

0 commit comments

Comments
 (0)