I am trying to call DLL functions through node.js by using FFI to get some return values.
npm i ffi
But not able to install ffi, Getting Error
npm ERR! command failed
npm ERR! command C:\Windows\system32\cmd.exe /d /s /c node-gyp rebuild
npm ERR! Building the projects in this solution one at a time. To enable parallel build, please add the "-m" switch.
npm ERR! binding.cc
npm ERR! E:\xampp\htdocs\Start\outlook\node_modules\ref\src\binding.cc(222,43): error C2660: 'v8::Value::BooleanValue': function does not take 0 arguments [E:\xampp\htdocs\Start\outlook\node_modules\ref\build\binding.vcxproj]
When i am using this command also getting the same Error npm install --global --production windows-build-tools
When i am installing npm i ref
also getting this Error. Even I also installed Microsoft Visual C++ build tools and Python also. But Getting this Error. Please Help.