File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -127,6 +127,15 @@ at least for files in the
127
127
128
128
If this is not possible, temporarily disable the antivirus program.
129
129
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
+
130
139
{% endcapture %}
131
140
132
141
{% capture macos %}
Original file line number Diff line number Diff line change @@ -293,12 +293,12 @@ For more details please read the Microsoft
293
293
294
294
## npm clean-ups
295
295
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:
297
297
298
298
- ` %APPDATA%\Roaming\npm `
299
299
- ` %APPDATA%\Local\npm-cache `
300
300
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.
302
302
303
303
{{ xpm_install_windows }}
304
304
You can’t perform that action at this time.
0 commit comments