From 4e2a71ba9be7ce628f4127c4306820f9eccac6fc Mon Sep 17 00:00:00 2001 From: jbidad <51882296+jbidad@users.noreply.github.com> Date: Thu, 18 Jan 2024 12:07:01 +0330 Subject: [PATCH] [Docs] add `nvm unload` to uninstall nvm instructions --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 21bca85..33df4cb 100644 --- a/README.md +++ b/README.md @@ -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" ```