Open TheEpicFace007 opened 3 years ago
I have the same problem. There is an error with the bindings function: e.g. 'v8::Value:: Uint32Value': function does not take 0 arguments (compiling source file ..\node_modules\nbind\src\v8\Binding.cc) [C :\Users\ASD\Project\js\node-nana\build\nbind.vcxproj]
os= Win10 python=27 compiler=msvs (window-build-tools)
have tried different version of msvs: same results:
node-gyp configure build --msvs_version=2015 node-gyp configure build --msvs_version=2017 node-gyp configure build --msvs_version=2019
Did you managed to solve this?
idk its been so long since
Still an issue for me....
Unfortunately I think the reason is in the README:
Node.js 0.10.x - 7.x.x
Basically, this will only run on old versions of nodejs that are no longer maintained. The oldest currently supported version is 12.x, and the same issue is there.
I did the fourth step in the readme and I got this error:
I am on windows and I use msvc as compiler