-
Notifications
You must be signed in to change notification settings - Fork 87
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
[BUG] "url.URL is not a constructor" error on Node 6 < v6.13.0 #61
Milestone
Comments
isaacs
added a commit
that referenced
this issue
Feb 26, 2020
Fix #61 This should not be ported to the latest branch, as Node.js v6 support was dropped there anyway.
billneff79
added a commit
to billneff79/hosted-git-info
that referenced
this issue
Feb 26, 2020
isaacs
added a commit
that referenced
this issue
Feb 26, 2020
darcyclarke
added a commit
that referenced
this issue
Feb 29, 2020
darcyclarke
added a commit
that referenced
this issue
Feb 29, 2020
darcyclarke
added a commit
that referenced
this issue
Feb 29, 2020
…ssed node 6 support PR-URL: #66 Credit: @darcyclarke Close: #66 Reviewed-by: @darcyclarke
This should be fixed by #66 which was landed in |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What / Why
The unit tests (and actual usage in the wild) fail with the error:
"url.URL is not a constructor"
When
I run the unit tests or use the package on Node v6 (which seems to be supported?) with a version less than v6.13.0, where the URL constructor was first introduced to Node v6.
Where
All places
How
Current Behavior
Steps to Reproduce
Expected Behavior
Who
References
Introduced in PR #58
https://github.com/npm/hosted-git-info/pull/58/files#diff-168726dbe96b3ce427e7fedce31bb0bcR112
The text was updated successfully, but these errors were encountered: