File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -301,7 +301,7 @@ Set-ExecutionPolicy -ExecutionPolicy Bypass -Scope CurrentUser
301
301
For more details please read the Microsoft
302
302
[ about_Execution_Policies] ( https://docs.microsoft.com/en-gb/powershell/module/microsoft.powershell.core/about/about_execution_policies?view=powershell-7.1 ) page.
303
303
304
- ## npm clean-ups
304
+ ## node/ npm clean-ups
305
305
306
306
For a thorough clean-up, please note that ** npm** uses only two folders
307
307
to install global packages:
@@ -507,7 +507,7 @@ $ which npm
507
507
At any time, to switch between any of the installed versions,
508
508
use ` nvm use <version> ` & ` nvm alias default <version> ` .
509
509
510
- ## npm clean-ups
510
+ ## nvm/node/ npm clean-ups
511
511
512
512
For a thorough clean-up, please note that ** nvm/node/npm** use only two folders:
513
513
@@ -724,12 +724,12 @@ For some applications, the kernel headers are also necessary:
724
724
sudo apt-get install --yes linux-headers-generic
725
725
```
726
726
727
- ## npm clean-ups
727
+ ## nvm/node/ npm clean-ups
728
728
729
729
For a thorough clean-up, please note that ** nvm/node/npm** use only two folders:
730
730
731
731
- ` $HOME/.nvm `
732
- - ` $HOME/.cache/node `
732
+ - ` $HOME/.npm `
733
733
734
734
They can be removed at any time, and ** nvm** will recreate them on new installs.
735
735
You can’t perform that action at this time.
0 commit comments