Skip to content

Upgrade semver dependency.#1107

Merged
bnoordhuis merged 1 commit intonodejs:masterfrom
bnoordhuis:fix1094
Feb 15, 2017
Merged

Upgrade semver dependency.#1107
bnoordhuis merged 1 commit intonodejs:masterfrom
bnoordhuis:fix1094

Conversation

@bnoordhuis
Copy link
Copy Markdown
Member

Should fix reports of "TypeError: Cannot read property 'length' of
undefined" runtime exceptions where node-gyp uses a buggy version
of semver due to our overly broad accepted version range.

npm updated to [email protected] recently so we can too now and still
share the module with npm, keeping the download small.

Fixes: #1094

CI: https://ci.nodejs.org/view/All/job/nodegyp-test-commit/35/

Should fix reports of "TypeError: Cannot read property 'length' of
undefined" runtime exceptions where node-gyp uses a buggy version
of semver due to our overly broad accepted version range.

npm updated to [email protected] recently so we can too now and still
share the module with npm, keeping the download small.

Fixes: #1094
PR-URL: #1107
Reviewed-By: Jeremiah Senkpiel <[email protected]>
@bnoordhuis bnoordhuis merged commit 93d7fa8 into nodejs:master Feb 15, 2017
@bnoordhuis bnoordhuis deleted the fix1094 branch February 15, 2017 03:52
@bnoordhuis
Copy link
Copy Markdown
Member Author

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.

TypeError: Cannot read property 'length' of undefined in file semver/semver.js:239:14

2 participants