Skip to content

Commit 030b91d

Browse files
committed
getting-started: update clean-ups
1 parent 2310a12 commit 030b91d

File tree

1 file changed

+26
-22
lines changed
  • website/docs/getting-started/prerequisites

1 file changed

+26
-22
lines changed

website/docs/getting-started/prerequisites/index.mdx

Lines changed: 26 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -557,56 +557,60 @@ run the following command:
557557
npm install -location=global xpm@latest
558558
```
559559

560-
## Cleanups (node/npm)
560+
## Clean-ups (node/npm/xpm)
561561

562562
<Tabs groupId="operating-systems">
563563

564564
<TabItem value="windows" label="Windows" default>
565565

566-
If installed as recommended via setup, **node** can be uninstalled via the
567-
Microsoft specific mechanisms.
566+
Should **xpm** no longer be required, you may undertake a thorough
567+
clean-up by removing the following folders:
568568

569-
For a comprehensive cleanup, please be aware that **npm** utilises the
570-
following two folders to install global packages:
569+
- `%APPDATA%\Roaming\xPacks`
570+
- `%APPDATA%\Local\Caches\xPacks`
571+
572+
Should **npm** no longer be required, the following folders may be
573+
removed to ensure a thorough clean-up:
571574

572575
- `%APPDATA%\Roaming\npm`
573576
- `%APPDATA%\Local\npm-cache`
574577

575-
And **xpm** uses the following two folders:
576-
577-
- `%APPDATA%\Roaming\xPacks`
578-
- `%APPDATA%\Local\Caches\xPacks`
578+
If installed as recommended through the setup process, **node**
579+
can be uninstalled using Microsoft-specific mechanisms.
579580

580581
</TabItem>
581582

582583
<TabItem value="macos" label="macOS">
583584

584-
For a comprehensive cleanup, please be aware that **nvm**, **node**,
585-
and **npm** utilise only two folders:
585+
Should **xpm** no longer be required, you may undertake a thorough
586+
clean-up by removing the following folders:
587+
588+
- `${HOME}/Library/xPacks`
589+
- `${HOME}/Library/Caches/xPacks`
590+
591+
Should **npm** no longer be required, the following folders may be
592+
removed to ensure a thorough clean-up:
586593

587594
- `$HOME/.nvm`
588595
- `$HOME/.cache/node`
589596

590-
And **xpm** uses the following two folders:
591-
592-
- `${HOME}/Library/xPacks`
593-
- `${HOME}/Library/Caches/xPacks`
594597

595598
</TabItem>
596599

597600
<TabItem value="linux" label="GNU/Linux">
598601

599-
For a comprehensive cleanup, please be aware that **nvm**, **node**,
600-
and **npm** utilise only two folders:
601-
602-
- `$HOME/.nvm`
603-
- `$HOME/.npm`
604-
605-
And **xpm** uses the following two folders:
602+
Should **xpm** no longer be required, you may undertake a thorough
603+
clean-up by removing the following folders:
606604

607605
- `${HOME}/.local/xPacks`
608606
- `${HOME}/.cache/xPacks`
609607

608+
Should **npm** no longer be required, the following folders may be
609+
removed to ensure a thorough clean-up:
610+
611+
- `$HOME/.nvm`
612+
- `$HOME/.npm`
613+
610614
</TabItem>
611615

612616
</Tabs>

0 commit comments

Comments
 (0)