Answer the question
In order to leave comments, you need to log in
How to install bignum under windows?
When installing bignum with the npm install bignum command, an error appears
C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc [D:\OpenServer\home\api\node_modules\bignum\build\bignum.vcxproj]
..\bignum.cc(9): fatal error C1083: Cannot open include file: 'openssl/bn.h': No such file or directory [D:\OpenServer\home\api\node_modules\bignum\build\bignum.vcxproj]
gyp ERR! build error
gyp ERR! stack Error: `C:\Program Files (x86)\MSBuild\12.0\bin\msbuild.exe` failed with exit code: 1
npm install bignum --msvs_version=2013
, but the result is the same. Answer the question
In order to leave comments, you need to log in
Obviously install OpenSSL
https://github.com/justmoon/node-bignum/issues/32
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question