-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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
configure: reword help for --without-npm #7471
Conversation
@@ -370,7 +370,7 @@ parser.add_option('--without-etw', | |||
parser.add_option('--without-npm', | |||
action='store_true', | |||
dest='without_npm', | |||
help='don\'t install the bundled npm package manager') | |||
help='don\'t install the bundled node package manager (npm)') |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe don\'t install the bundled npm (package manager)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, I guess it's better with parenthesis but not sure if it's worth it
heh, I guess I kept that idea from their old website ;) |
Is there anyone building Node that doesn't know what npm is? |
since we're in here making changes anyway... would you mind |
Why not. LGTM |
LGTM |
PR-URL: #7471 Reviewed-By: Robert Jefe Lindstaedt <[email protected]> Reviewed-By: James M Snell <[email protected]>
Landed in ae0334a |
PR-URL: #7471 Reviewed-By: Robert Jefe Lindstaedt <[email protected]> Reviewed-By: James M Snell <[email protected]>
PR-URL: #7471 Reviewed-By: Robert Jefe Lindstaedt <[email protected]> Reviewed-By: James M Snell <[email protected]>
PR-URL: #7471 Reviewed-By: Robert Jefe Lindstaedt <[email protected]> Reviewed-By: James M Snell <[email protected]>
PR-URL: #7471 Reviewed-By: Robert Jefe Lindstaedt <[email protected]> Reviewed-By: James M Snell <[email protected]>
PR-URL: #7471 Reviewed-By: Robert Jefe Lindstaedt <[email protected]> Reviewed-By: James M Snell <[email protected]>
PR-URL: #7471 Reviewed-By: Robert Jefe Lindstaedt <[email protected]> Reviewed-By: James M Snell <[email protected]>
Checklist
Affected core subsystem(s)
build -> configure
Description of change
Reword help for
--without-npm
in the configure script