Skip to content

Commit 46f1ce4

Browse files
committed
install.md update
1 parent 7bed16f commit 46f1ce4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pages/install.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ Set-ExecutionPolicy -ExecutionPolicy Bypass -Scope CurrentUser
301301
For more details please read the Microsoft
302302
[about_Execution_Policies](https://docs.microsoft.com/en-gb/powershell/module/microsoft.powershell.core/about/about_execution_policies?view=powershell-7.1) page.
303303

304-
## npm clean-ups
304+
## node/npm clean-ups
305305

306306
For a thorough clean-up, please note that **npm** uses only two folders
307307
to install global packages:
@@ -507,7 +507,7 @@ $ which npm
507507
At any time, to switch between any of the installed versions,
508508
use `nvm use <version>` & `nvm alias default <version>`.
509509

510-
## npm clean-ups
510+
## nvm/node/npm clean-ups
511511

512512
For a thorough clean-up, please note that **nvm/node/npm** use only two folders:
513513

@@ -724,12 +724,12 @@ For some applications, the kernel headers are also necessary:
724724
sudo apt-get install --yes linux-headers-generic
725725
```
726726

727-
## npm clean-ups
727+
## nvm/node/npm clean-ups
728728

729729
For a thorough clean-up, please note that **nvm/node/npm** use only two folders:
730730

731731
- `$HOME/.nvm`
732-
- `$HOME/.cache/node`
732+
- `$HOME/.npm`
733733

734734
They can be removed at any time, and **nvm** will recreate them on new installs.
735735

0 commit comments

Comments
 (0)