-
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
src: fix space for module version mismatch error #10606
Conversation
Why is this labeled |
All changes to error messages are considered semver major. |
Can this also update |
I was going to PR this after this one landed. Here is the test update commit: cjihrig@8283bfa |
(@Kerumen By the way, if you don't want to update the test--if you were hoping to just add a space and move on--I can fix up the test. But if you're up for it, go for it.) |
Oh, never mind, @cjihrig has it covered. Sorry everyone. |
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.
LGTM
@Trott I could totally do it. Didn't know it was needed. |
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.
LGTM
One test failed in the CI, but it was unrelated. This is good to land at 9AM Eastern tomorrow. |
Landed in 334be0f. Thanks! |
PR-URL: #10606 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Michael Dawson <[email protected]>
Refs: nodejs#10606 PR-URL: nodejs#10636 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Rich Trott <[email protected]>
PR-URL: nodejs#10606 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Michael Dawson <[email protected]>
Refs: nodejs#10606 PR-URL: nodejs#10636 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Rich Trott <[email protected]>
The Native Module version mismatch error was missing a space at the end, between
or
andnpm install
:Checklist
make -j4 test
(UNIX)Affected core subsystem(s)
src