justmoon / node-bignum

Big integers for Node.js using OpenSSL
420 stars 117 forks source link

Failed at the bignum@0.11.0 install script #102

Closed shailendra4chat closed 6 years ago

shailendra4chat commented 6 years ago

I am using "node": "7.10.0", "npm": "4.2.0" and getting error npm ERR! node v7.10.0 npm ERR! npm v4.2.0 npm ERR! code ELIFECYCLE npm ERR! errno 1 npm ERR! bignum@0.11.0 install: node-gyp configure build npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the bignum@0.11.0 install script 'node-gyp configure build'.

It was working fine with "node": "5.5.0", "npm": "3.8.3".

Please help and suggest what needs to be done to fix this issue.

andrewjaykeller commented 6 years ago

same issue with node 6.9.5

adryy5 commented 6 years ago

same issue with node 6.11.5

anglofox commented 6 years ago

I'm using node 10.0.0 and having the same issue

rvagg commented 6 years ago

Please try again with the latest version that's just been published. You will need a compiler in place though.

zhangcaiyan commented 4 years ago

这个问题怎么解决的?