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

usage: Correct "npm COMMAND help" to "npm help COMMAND" #2855

Merged
merged 1 commit into from Mar 11, 2021

Conversation

dwardu
Copy link
Contributor

@dwardu dwardu commented Mar 11, 2021

CLI suggested to "npm install help"… but this installs "help" package. Turns out it's wrong for all commands. This PR fixes it.

References

Fixes #2854

@dwardu dwardu requested a review from a team as a code owner March 11, 2021 12:21
@ruyadorno ruyadorno added Release 7.x work is associated with a specific npm 7 release release: next These items should be addressed in the next release semver:patch semver patch level for changes labels Mar 11, 2021
@ruyadorno ruyadorno changed the base branch from latest to release/v7.6.3 March 11, 2021 21:05
@ruyadorno ruyadorno merged commit 8c44e99 into npm:release/v7.6.3 Mar 11, 2021
This was referenced Mar 11, 2021
This was referenced Mar 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release: next These items should be addressed in the next release Release 7.x work is associated with a specific npm 7 release semver:patch semver patch level for changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] npm suggests installing/publishing the help package; help publish is broken
3 participants