You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This has been fixed by the merge of nodejs/node#8808. It now falls back to source compile with node-gyp.
node-pre-gyp ERR! Tried to download: https://rvagg-node.s3-us-west-2.amazonaws.com/bignum/v0.12.5/bignum-v0.12.5-node-v51-darwin-x64.tar.gz
node-pre-gyp ERR! Pre-built binaries not found for [email protected] and [email protected] (node-v51 ABI) (falling back to source compile with node-gyp)
It still generates several (harmless) deprecation logs, but that's expected with the ABI changes. Closing for now.
Hi,
Using the node 7 nightlies, the build runs fine but a segmentation fault is thrown at runtime.
node-pre-gyp
is able to download a pre compiled version from remote. Maybe that's where the problem lies.The text was updated successfully, but these errors were encountered: