-
Notifications
You must be signed in to change notification settings - Fork 3.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[DOCS] npm removal using make, no Makefile in project directory #7488
Comments
I'm also seeing this error even when running |
That is very outdated info in that doc file, it should be removed. |
I don't exactly remember, it was a long time ago. Everything was working fine until I upgraded to Fedora 40 and tried updating some packages. |
I was able to workaround/fix this by running |
I will open a PR to remove the particular instruction. |
- make uninstall is no longer possible using current source code - Fixes npm#7488 Signed-off-by: Avinal Kumar <avinal.xlvii@gmail.com>
- 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>
Is there an existing issue for this?
This is a CLI Docs Problem, not another kind of Docs Problem.
Description of Problem
I am trying to uninstall npm because I am getting this error message and no matter what command I try it is not working.
I was following the guide to uninstall npm,
cli/docs/lib/content/using-npm/removal.md
Lines 15 to 19 in ea0b07d
But there is no Makefile in the project repository root. Am I looking at the wrong repository or missing something.
Potential Solution
Update the docs with accurate info about removing npm.
Affected URL
https://docs.npmjs.com/cli/v10/using-npm/removal
The text was updated successfully, but these errors were encountered: