mirror of
https://github.com/nvm-sh/nvm.git
synced 2025-05-11 06:41:50 +00:00
Merge branch 'nvm-sh:master' into master
This commit is contained in:
commit
cf918a6567
2
.github/THREAT_MODEL.md
vendored
2
.github/THREAT_MODEL.md
vendored
@ -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:
|
The following assets are considered important for the `nvm` project:
|
||||||
- `nvm` source code and project documentation
|
- `nvm` source code and project documentation
|
||||||
- Underlying `nvm`` dependencies
|
- Underlying `nvm` dependencies
|
||||||
- `nvm` development infrastructure
|
- `nvm` development infrastructure
|
||||||
- `nvm` installed devices including servers
|
- `nvm` installed devices including servers
|
||||||
|
|
||||||
|
@ -844,6 +844,8 @@ As a potential alternative, @mhart (a Node contributor) has some [Docker images
|
|||||||
|
|
||||||
To remove `nvm` manually, execute the following:
|
To remove `nvm` manually, execute the following:
|
||||||
|
|
||||||
|
First, use `nvm unload` to remove the nvm command from your terminal session. then:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
$ rm -rf "$NVM_DIR"
|
$ rm -rf "$NVM_DIR"
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user