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: specify the key each time for multiples #3016

Merged
merged 1 commit into from Apr 1, 2021

Commits on Apr 1, 2021

  1. usage: specify the key each time for multiples

    If a user runs 'npm install -w foo bar baz', that won't set 'bar' and
    'baz' as workspace names.  The correct incantation is 'npm install -w
    foo -w bar -w baz'.
    
    PR-URL: #3016
    Credit: @isaacs
    Close: #3016
    Reviewed-by: @wraithgar
    isaacs authored and wraithgar committed Apr 1, 2021
    Copy the full SHA
    4c42523 View commit details
    Browse the repository at this point in the history