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
commit 38ff7192ec
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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