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

Fix error message for npm cache clean #267

Closed
wants to merge 1 commit into from

Conversation

codymikol
Copy link

This fixes an error message that erronously tells
the user that npm cache clear accepts no arguments
when the actual command is npm cache clean.

This fixes an error message that erronously tells
the user that npm cache clear accepts no arguments
when the actual command is npm cache clean.
@codymikol codymikol requested a review from a team as a code owner October 15, 2019 15:39
@isaacs
Copy link
Contributor

isaacs commented Oct 24, 2019

npm cache clear does also work.

@claudiahdz
Copy link
Contributor

Hi! npm cache clear is an alias for npm cache clean as stated on the npm docs. Both work as mentioned by Isaac!

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

3 participants