From a925ba6d93ab1f4b476709ee1cd0d1ea727a2c96 Mon Sep 17 00:00:00 2001 From: Avinal Kumar Date: Fri, 10 May 2024 08:29:53 +0000 Subject: [PATCH] docs: remove obsolete removal using make uninstall - make uninstall is no longer possible using current source code - Fixes #7488 Signed-off-by: Avinal Kumar --- docs/lib/content/using-npm/removal.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/docs/lib/content/using-npm/removal.md b/docs/lib/content/using-npm/removal.md index 25dbb80baa7a9..3b94a7d18f9d7 100644 --- a/docs/lib/content/using-npm/removal.md +++ b/docs/lib/content/using-npm/removal.md @@ -12,11 +12,7 @@ So sad to see you go. sudo npm uninstall npm -g ``` -Or, if that fails, get the npm source code, and do: - -```bash -sudo make uninstall -``` +Or, if that fails, please proceed to more severe uninstalling methods. ### More Severe Uninstalling