@@ -557,56 +557,60 @@ run the following command:
557
557
npm install -location=global xpm@latest
558
558
```
559
559
560
- ## Cleanups (node/npm)
560
+ ## Clean-ups (node/npm/xpm )
561
561
562
562
<Tabs groupId = " operating-systems" >
563
563
564
564
<TabItem value = " windows" label = " Windows" default >
565
565
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:
568
568
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:
571
574
572
575
- ` %APPDATA%\Roaming\npm `
573
576
- ` %APPDATA%\Local\npm-cache `
574
577
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.
579
580
580
581
</TabItem >
581
582
582
583
<TabItem value = " macos" label = " macOS" >
583
584
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:
586
593
587
594
- ` $HOME/.nvm `
588
595
- ` $HOME/.cache/node `
589
596
590
- And ** xpm** uses the following two folders:
591
-
592
- - ` ${HOME}/Library/xPacks `
593
- - ` ${HOME}/Library/Caches/xPacks `
594
597
595
598
</TabItem >
596
599
597
600
<TabItem value = " linux" label = " GNU/Linux" >
598
601
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:
606
604
607
605
- ` ${HOME}/.local/xPacks `
608
606
- ` ${HOME}/.cache/xPacks `
609
607
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
+
610
614
</TabItem >
611
615
612
616
</Tabs >
0 commit comments