[Docs] add `nvm unload` to uninstall nvm instructions

master
jbidad 2024-01-18 12:07:01 +03:30 committed by Jordan Harband
parent 6c9cd2f2d1
commit 4e2a71ba9b
No known key found for this signature in database
GPG Key ID: 9F6A681E35EF8B56
1 changed files with 2 additions and 0 deletions

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"
```