-
Notifications
You must be signed in to change notification settings - Fork 39
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
Build errors (node-gyp) stemming from bunyan/dtrace-provider deps #37
Comments
I've not seen these errors. This seems related: trentm/node-bunyan#570 What version of node/npm are you on? |
Yeah, it definitely appears to be stemming from that library. I am on Node 10.14.2 and NPM 6.5.0 |
I ended up just having to find another way to make my assertion as I wasn't able to figure out how to resolve this. I'm sure I'll give it another shot in the future as I really want to have this at my disposal when testing. Perhaps the dependency will have fixed the issue by then. Feel free to close if you want unless you are still looking into it. |
Sorry you had trouble with it. |
I still see build errors like these, and the root cause seems to be
I'm going to take a stab at removing the bunyan dependency, it doesn't seem like the logging functionality used for the library is all that advanced and it'd be nice to trim this dependency that seems to cause build issues frequently. Here's my env: npx envinfoSystem: |
Is anyone else getting node-gyp errors related from the Bunyan dependency? I've read through various issues in the Bunyan and dtrace-provider repositories, but haven't found a concrete way around this that doesn't involve:
A) Installing python
B) Installing the windows essentials package
C) Manually editing the package-lock
Mainly just curious if anyone else is seeing this and if they have found a good workaround or if there is something we could change in the package.json to resolve the issue for everyone.
The text was updated successfully, but these errors were encountered: