Irys-xyz / arweave-js-sdk

JS SDK for Irys on Arweave
111 stars 96 forks source link

bigint: Failed to load bindings #75

Closed pu0238 closed 1 year ago

pu0238 commented 1 year ago

Hi I am trying to use WebBundlr but it gives me below error:

bigint: Failed to load bindings, pure JS will be used (try npm run rebuild?) (node:50) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. 03:39:25 (Use node --trace-deprecation ... to show where the warning was created)

spec:

JesseTheRobot commented 1 year ago

So the bigint warning is harmless, it just means it can't find the required build tools on your machine to compile the faster native version of itself. the required build tools vary based on OS, but are the ones specified by node-gyp