Skip to content

Commit

Permalink
docs: remove obsolete removal using make uninstall (#7502)
Browse files Browse the repository at this point in the history
- 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>
  • Loading branch information
avinal committed May 10, 2024
1 parent 7c7fba4 commit bdd2aae
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions docs/lib/content/using-npm/removal.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit bdd2aae

Please sign in to comment.