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

Upgrade semver dependency. #1107

Merged
merged 1 commit into from
Feb 15, 2017
Merged

Upgrade semver dependency. #1107

merged 1 commit into from
Feb 15, 2017

Conversation

bnoordhuis
Copy link
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 semver@5.3.0 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 semver@5.3.0 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 <fishrock123@rocketmail.com>
@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
Member Author

Landed in 93d7fa8 with https://ci.nodejs.org/view/All/job/nodegyp-test-commit/38/ (all green) for good measure.

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