Merge branch 'nvm-sh:master' into issue3234

This commit is contained in:
Victor Mihalache
2024-01-29 22:02:53 +01:00
committed by GitHub

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