Merge branch 'nvm-sh:master' into master

This commit is contained in:
Ricky Bobby 2024-02-16 20:42:53 -05:00 committed by GitHub
commit cf918a6567
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 1 deletions

View File

@ -11,7 +11,7 @@ The aim of this section is to facilitate the identification of potential securit
The following assets are considered important for the `nvm` project:
- `nvm` source code and project documentation
- Underlying `nvm`` dependencies
- Underlying `nvm` dependencies
- `nvm` development infrastructure
- `nvm` installed devices including servers

View File

@ -844,6 +844,8 @@ As a potential alternative, @mhart (a Node contributor) has some [Docker images
To remove `nvm` manually, execute the following:
First, use `nvm unload` to remove the nvm command from your terminal session. then:
```sh
$ rm -rf "$NVM_DIR"
```