[Docs] add `nvm unload` to uninstall nvm instructions
parent
6c9cd2f2d1
commit
4e2a71ba9b
|
@ -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