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

debuglog is required for some node versions #37

Closed
wants to merge 1 commit into from

Conversation

woverton
Copy link

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.

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
Copy link
Author

It appears the build is broken for a non related issue: https://travis-ci.org/SAP/node-hdb/jobs/122820498#L631

@dotchev
Copy link
Contributor

dotchev commented Apr 19, 2016

How can I reproduce this issue?

@woverton
Copy link
Author

Sorry I meant to link to this:

exports._debuglog = util.debuglog || require('debuglog');

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
Copy link
Author

The issue being that you don't actually install the polyfill.

@woverton
Copy link
Author

@dotchev Try building an application using hdb with nexe

@woverton
Copy link
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
Copy link
Member

Removed debuglog devDep with commit decc2b1. See #44.

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.

None yet

3 participants