Skip to content

Commit bdd2aae

Browse files
authoredMay 10, 2024··
docs: remove obsolete removal using make uninstall (#7502)
- make uninstall is no longer possible using current source code - Fixes #7488 Signed-off-by: Avinal Kumar <avinal.xlvii@gmail.com> ## References - Refer https://docs.npmjs.com/cli/v7/using-npm/removal#synopsis Signed-off-by: Avinal Kumar <avinal.xlvii@gmail.com>
1 parent 7c7fba4 commit bdd2aae

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed
 

‎docs/lib/content/using-npm/removal.md

+1-5
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,7 @@ So sad to see you go.
1212
sudo npm uninstall npm -g
1313
```
1414

15-
Or, if that fails, get the npm source code, and do:
16-
17-
```bash
18-
sudo make uninstall
19-
```
15+
Or, if that fails, please proceed to more severe uninstalling methods.
2016

2117
### More Severe Uninstalling
2218

0 commit comments

Comments
 (0)
Please sign in to comment.