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

configure: reword help for --without-npm #7471

Closed
wants to merge 1 commit into from

Conversation

BlackYoup
Copy link
Contributor

@BlackYoup BlackYoup commented Jun 29, 2016

Checklist
  • commit message follows commit guidelines
Affected core subsystem(s)

build -> configure

Description of change

Reword help for --without-npm in the configure script

@Fishrock123 Fishrock123 added the build Issues and PRs related to build files or the CI. label Jun 29, 2016
@mscdex
Copy link
Contributor

mscdex commented Jun 29, 2016

@@ -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)')
Copy link
Contributor

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)

Copy link
Contributor Author

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

@BlackYoup
Copy link
Contributor Author

heh, I guess I kept that idea from their old website ;)

@cjihrig
Copy link
Contributor

cjihrig commented Jun 29, 2016

Is there anyone building Node that doesn't know what npm is?

@jasnell
Copy link
Member

jasnell commented Jun 29, 2016

since we're in here making changes anyway... would you mind s/don't/do not.

@BlackYoup
Copy link
Contributor Author

@cjihrig to be honest, I'm adding the npm option to our node package so end users have the choice to install npm or not. I wanted to take the same description for the option as the configure script.

@jasnell done

@eljefedelrodeodeljefe
Copy link
Contributor

Why not. LGTM

@jasnell
Copy link
Member

jasnell commented Aug 4, 2016

LGTM

jasnell pushed a commit that referenced this pull request Aug 18, 2016
PR-URL: #7471
Reviewed-By: Robert Jefe Lindstaedt <robert.lindstaedt@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
@jasnell
Copy link
Member

jasnell commented Aug 18, 2016

Landed in ae0334a

@jasnell jasnell closed this Aug 18, 2016
evanlucas pushed a commit that referenced this pull request Aug 24, 2016
PR-URL: #7471
Reviewed-By: Robert Jefe Lindstaedt <robert.lindstaedt@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
MylesBorins pushed a commit that referenced this pull request Sep 30, 2016
PR-URL: #7471
Reviewed-By: Robert Jefe Lindstaedt <robert.lindstaedt@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
MylesBorins pushed a commit that referenced this pull request Sep 30, 2016
PR-URL: #7471
Reviewed-By: Robert Jefe Lindstaedt <robert.lindstaedt@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
MylesBorins pushed a commit that referenced this pull request Oct 10, 2016
PR-URL: #7471
Reviewed-By: Robert Jefe Lindstaedt <robert.lindstaedt@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
rvagg pushed a commit that referenced this pull request Oct 18, 2016
PR-URL: #7471
Reviewed-By: Robert Jefe Lindstaedt <robert.lindstaedt@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
MylesBorins pushed a commit that referenced this pull request Oct 26, 2016
PR-URL: #7471
Reviewed-By: Robert Jefe Lindstaedt <robert.lindstaedt@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
@MylesBorins MylesBorins mentioned this pull request Oct 26, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build Issues and PRs related to build files or the CI.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants