-
Notifications
You must be signed in to change notification settings - Fork 11
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
Failed to load bindings, pure JS will be used #31
Comments
According to trufflesuite/ganache#1080 (comment), this warning can be avoided by having the build tools pre-installed. |
Same on MacOS |
GIven that fallback to pure JS is possible, it seems like this line just creates noise and confusion: https://github.com/no2chem/bigint-buffer/blob/master/src/index.ts#L16 I'd recommend simply removing it. It's better if libs like this don't log to console. If you really want to log anyway, you can use a lib like |
It is problematic when a library starts emitting unsolicited warnings to stderr. For example I am running a script as a form of FFI from a virtual machine. That virtual machine interprets non-empty stderr as a reason to halt. We also may explicitly wish to use the pure JS version, our downstream users shouldn't be issued this as a warning. Looks like it would be straight-forward to provide a mechanism to opt out of this warning |
1.1.5 on windows
The text was updated successfully, but these errors were encountered: