Uh oh!
There was an error while loading. Please reload this page.
debuglog is required for some node versions - #37
Closed
woverton wants to merge 1 commit into
Closed
Conversation
When trying to statically compile my application I had errors because debuglog, the module, was not installed. I have moved it from devDependencies to dependencies fix this issue.
woverton
commented
Apr 13, 2016
Author
It appears the build is broken for a non related issue: https://travis-ci.org/SAP/node-hdb/jobs/122820498#L631 |
dotchev
commented
Apr 19, 2016
Contributor
How can I reproduce this issue? |
woverton
commented
Apr 19, 2016
Author
Sorry I meant to link to this: Line 43 in 5728b61 On versions of node which do not have util.debuglog, you load in a polyfill. I run into problems because I am trying to statically compiling my application and am getting errors because debuglog is not included. |
woverton
commented
Apr 19, 2016
Author
The issue being that you don't actually install the polyfill. |
woverton
commented
Apr 29, 2016
Author
woverton
commented
Apr 29, 2016
Author
Anyway to get travis to rerun the tests? https://travis-ci.org/SAP/node-hdb/jobs/122820498#L631 doesnt look like an issue with the code? |
holgerkoser
commented
Jun 29, 2016
Contributor
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
When trying to statically compile my application I had errors because debuglog, the module, was not installed.
I have moved it from devDependencies to dependencies fix this issue.