Skip to content
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: add global option for uninstall #6480

Merged
merged 1 commit into from May 22, 2023

Conversation

m4rch3n1ng
Copy link
Contributor

running npm uninstall --help or npm help uninstall does not list [-g|--global] as an option, even though it is an option and is mentioned as a possibility in

In global mode (ie, with `-g` or `--global` appended to the command),
it uninstalls the current package context as a global package.
`--no-save` is ignored in this case.

this pr adds that option to the docs

@m4rch3n1ng m4rch3n1ng requested a review from a team as a code owner May 20, 2023 00:56
@wraithgar wraithgar self-assigned this May 22, 2023
@wraithgar wraithgar merged commit 83cd5bd into npm:latest May 22, 2023
25 checks passed
@github-actions github-actions bot mentioned this pull request May 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants