Giter Club home page Giter Club logo

Comments (1)

SasSam avatar SasSam commented on September 12, 2024

I've tried to install the dependencies with Node.js v14 as well because I thought v16 is too new. But v14 failed as well with similar error messages:

> [email protected] install C:\projects\caption\node_modules\rabin-bindings
> prebuild-install || node-gyp rebuild

prebuild-install info begin Prebuild-install version 2.3.0
prebuild-install info looking for local prebuild @ prebuilds\rabin-bindings-v1.7.3-node-v83-win32-x64.tar.gz
prebuild-install info looking for cached prebuild @ C:\Users\jack\AppData\Roaming\npm-cache\_prebuilds\https-github.com-develar-rabin-bindings-releases-download-v1.7.3-rabin-bindings-v1.7.3-node-v83-win32-x64.tar.gz
prebuild-install http request GET https://github.com/develar/rabin-bindings/releases/download/v1.7.3/rabin-bindings-v1.7.3-node-v83-win32-x64.tar.gz
prebuild-install http 404 https://github.com/develar/rabin-bindings/releases/download/v1.7.3/rabin-bindings-v1.7.3-node-v83-win32-x64.tar.gz
prebuild-install WARN install No prebuilt binaries found (target=14.17.6 runtime=node arch=x64 platform=win32)

C:\projects\caption\node_modules\rabin-bindings>if not defined npm_config_node_gyp (node "C:\Users\jack\AppData\Roaming\nvm\v14.17.6\node_modules\npm\node_modules\npm-lifecycle\node-gyp-bin\\..\..\node_modules\node-gyp\bin\node-gyp.js" rebuild )  else (node "C:\Users\jack\AppData\Roaming\nvm\v14.17.6\node_modules\npm\node_modules\node-gyp\bin\node-gyp.js" rebuild )
Building the projects in this solution one at a time. To enable parallel build, please add the "/m" switch.
  bindings.cc
  rabin.cc
  rabin_wrap.cc
  win_delay_load_hook.cc
c:\projects\caption\node_modules\nan\nan_maybe_43_inl.h(112): error C2039: 'ForceSet': is not a member of 'v8::Object' (compiling source file ..\src\r
abin_wrap.cc) [C:\projects\caption\node_modules\rabin-bindings\build\rabin-bindings.vcxproj]
  c:\users\jack\appdata\local\node-gyp\cache\14.17.6\include\node\v8.h(3664): note: see declaration of 'v8::Object' (compiling source file ..\
  src\rabin_wrap.cc)
c:\projects\caption\node_modules\nan\nan_maybe_43_inl.h(112): error C2039: 'ForceSet': is not a member of 'v8::Object' (compiling source file ..\bindi
ngs.cc) [C:\projects\caption\node_modules\rabin-bindings\build\rabin-bindings.vcxproj]
  c:\users\jack\appdata\local\node-gyp\cache\14.17.6\include\node\v8.h(3664): note: see declaration of 'v8::Object' (compiling source file ..\
  bindings.cc)
c:\projects\caption\node_modules\nan\nan_converters_43_inl.h(22): error C2664: 'v8::Local<v8::Boolean> v8::Value::ToBoolean(v8::Isolate *) const': can
not convert argument 1 from 'v8::Local<v8::Context>' to 'v8::Isolate *' (compiling source file ..\src\rabin_wrap.cc) [C:\projects\caption\node_modules
\rabin-bindings\build\rabin-bindings.vcxproj]
  c:\projects\caption\node_modules\nan\nan_converters_43_inl.h(22): note: No user-defined-conversion operator available that can perform this conversi
  on, or the operator cannot be called (compiling source file ..\src\rabin_wrap.cc)
c:\projects\caption\node_modules\nan\nan_converters_43_inl.h(40): error C2664: 'bool v8::Value::BooleanValue(v8::Isolate *) const': cannot convert arg
ument 1 from 'v8::Local<v8::Context>' to 'v8::Isolate *' (compiling source file ..\src\rabin_wrap.cc) [C:\projects\caption\node_modules\rabin-bindings
\build\rabin-bindings.vcxproj]
  c:\projects\caption\node_modules\nan\nan_converters_43_inl.h(40): note: No user-defined-conversion operator available that can perform this conversi
  on, or the operator cannot be called (compiling source file ..\src\rabin_wrap.cc)
c:\projects\caption\node_modules\nan\nan_converters_43_inl.h(22): error C2664: 'v8::Local<v8::Boolean> v8::Value::ToBoolean(v8::Isolate *) const': can
not convert argument 1 from 'v8::Local<v8::Context>' to 'v8::Isolate *' (compiling source file ..\bindings.cc) [C:\projects\caption\node_modules\rabin
-bindings\build\rabin-bindings.vcxproj]
  c:\projects\caption\node_modules\nan\nan_converters_43_inl.h(22): note: No user-defined-conversion operator available that can perform this conversi
  on, or the operator cannot be called (compiling source file ..\bindings.cc)
c:\projects\caption\node_modules\nan\nan_converters_43_inl.h(40): error C2664: 'bool v8::Value::BooleanValue(v8::Isolate *) const': cannot convert arg
ument 1 from 'v8::Local<v8::Context>' to 'v8::Isolate *' (compiling source file ..\bindings.cc) [C:\projects\caption\node_modules\rabin-bindings\build
\rabin-bindings.vcxproj]
  c:\projects\caption\node_modules\nan\nan_converters_43_inl.h(40): note: No user-defined-conversion operator available that can perform this conversi
  on, or the operator cannot be called (compiling source file ..\bindings.cc)
c:\projects\caption\node_modules\nan\nan_implementation_12_inl.h(103): error C2664: 'v8::MaybeLocal<v8::Function> v8::Function::New(v8::Local<v8::Cont
ext>,v8::FunctionCallback,v8::Local<v8::Value>,int,v8::ConstructorBehavior,v8::SideEffectType)': cannot convert argument 1 from 'v8::Isolate *' to 'v8
::Local<v8::Context>' (compiling source file ..\src\rabin_wrap.cc) [C:\projects\caption\node_modules\rabin-bindings\build\rabin-bindings.vcxproj]
  c:\projects\caption\node_modules\nan\nan_implementation_12_inl.h(105): note: No constructor could take the source type, or constructor overload reso
  lution was ambiguous (compiling source file ..\src\rabin_wrap.cc)
c:\projects\caption\node_modules\nan\nan_implementation_12_inl.h(103): error C2664: 'v8::MaybeLocal<v8::Function> v8::Function::New(v8::Local<v8::Cont
ext>,v8::FunctionCallback,v8::Local<v8::Value>,int,v8::ConstructorBehavior,v8::SideEffectType)': cannot convert argument 1 from 'v8::Isolate *' to 'v8
::Local<v8::Context>' (compiling source file ..\bindings.cc) [C:\projects\caption\node_modules\rabin-bindings\build\rabin-bindings.vcxproj]
  c:\projects\caption\node_modules\nan\nan_implementation_12_inl.h(105): note: No constructor could take the source type, or constructor overload reso
  lution was ambiguous (compiling source file ..\bindings.cc)
c:\projects\caption\node_modules\nan\nan_implementation_12_inl.h(337): error C2660: 'v8::StringObject::New': function does not take 1 arguments (compi
ling source file ..\src\rabin_wrap.cc) [C:\projects\caption\node_modules\rabin-bindings\build\rabin-bindings.vcxproj]
  c:\users\jack\appdata\local\node-gyp\cache\14.17.6\include\node\v8.h(5854): note: see declaration of 'v8::StringObject::New' (compiling sour
  ce file ..\src\rabin_wrap.cc)
c:\projects\caption\node_modules\nan\nan_implementation_12_inl.h(337): error C2059: syntax error: ')' (compiling source file ..\src\rabin_wrap.cc) [C:
\projects\caption\node_modules\rabin-bindings\build\rabin-bindings.vcxproj]
c:\projects\caption\node_modules\nan\nan_implementation_12_inl.h(337): error C2660: 'v8::StringObject::New': function does not take 1 arguments (compi
ling source file ..\bindings.cc) [C:\projects\caption\node_modules\rabin-bindings\build\rabin-bindings.vcxproj]
  c:\users\jack\appdata\local\node-gyp\cache\14.17.6\include\node\v8.h(5854): note: see declaration of 'v8::StringObject::New' (compiling sour
  ce file ..\bindings.cc)
c:\projects\caption\node_modules\nan\nan_implementation_12_inl.h(337): error C2059: syntax error: ')' (compiling source file ..\bindings.cc) [C:\proje
cts\caption\node_modules\rabin-bindings\build\rabin-bindings.vcxproj]
c:\projects\caption\node_modules\nan\nan.h(834): warning C4996: 'node::MakeCallback': was declared deprecated (compiling source file ..\src\rabin_wrap
.cc) [C:\projects\caption\node_modules\rabin-bindings\build\rabin-bindings.vcxproj]
  c:\users\jack\appdata\local\node-gyp\cache\14.17.6\include\node\node.h(190): note: see declaration of 'node::MakeCallback' (compiling source
   file ..\src\rabin_wrap.cc)
c:\projects\caption\node_modules\nan\nan.h(849): warning C4996: 'node::MakeCallback': was declared deprecated (compiling source file ..\src\rabin_wrap
.cc) [C:\projects\caption\node_modules\rabin-bindings\build\rabin-bindings.vcxproj]
  c:\users\jack\appdata\local\node-gyp\cache\14.17.6\include\node\node.h(183): note: see declaration of 'node::MakeCallback' (compiling source
   file ..\src\rabin_wrap.cc)
c:\projects\caption\node_modules\nan\nan.h(864): warning C4996: 'node::MakeCallback': was declared deprecated (compiling source file ..\src\rabin_wrap
.cc) [C:\projects\caption\node_modules\rabin-bindings\build\rabin-bindings.vcxproj]
  c:\users\jack\appdata\local\node-gyp\cache\14.17.6\include\node\node.h(176): note: see declaration of 'node::MakeCallback' (compiling source
   file ..\src\rabin_wrap.cc)
c:\projects\caption\node_modules\nan\nan.h(911): error C2660: 'v8::Value::ToString': function does not take 0 arguments (compiling source file ..\src\
rabin_wrap.cc) [C:\projects\caption\node_modules\rabin-bindings\build\rabin-bindings.vcxproj]
  c:\users\jack\appdata\local\node-gyp\cache\14.17.6\include\node\v8.h(2810): note: see declaration of 'v8::Value::ToString' (compiling source
   file ..\src\rabin_wrap.cc)
c:\projects\caption\node_modules\nan\nan.h(921): error C2664: 'int v8::String::WriteUtf8(v8::Isolate *,char *,int,int *,int) const': cannot convert ar
gument 1 from 'char *' to 'v8::Isolate *' (compiling source file ..\src\rabin_wrap.cc) [C:\projects\caption\node_modules\rabin-bindings\build\rabin-bi
ndings.vcxproj]
  c:\projects\caption\node_modules\nan\nan.h(921): note: Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or functio
  n-style cast (compiling source file ..\src\rabin_wrap.cc)
c:\projects\caption\node_modules\nan\nan.h(834): warning C4996: 'node::MakeCallback': was declared deprecated (compiling source file ..\bindings.cc) [
C:\projects\caption\node_modules\rabin-bindings\build\rabin-bindings.vcxproj]
  c:\users\jack\appdata\local\node-gyp\cache\14.17.6\include\node\node.h(190): note: see declaration of 'node::MakeCallback' (compiling source
   file ..\bindings.cc)
c:\projects\caption\node_modules\nan\nan.h(849): warning C4996: 'node::MakeCallback': was declared deprecated (compiling source file ..\bindings.cc) [
C:\projects\caption\node_modules\rabin-bindings\build\rabin-bindings.vcxproj]
  c:\users\jack\appdata\local\node-gyp\cache\14.17.6\include\node\node.h(183): note: see declaration of 'node::MakeCallback' (compiling source
   file ..\bindings.cc)
c:\projects\caption\node_modules\nan\nan.h(864): warning C4996: 'node::MakeCallback': was declared deprecated (compiling source file ..\bindings.cc) [
C:\projects\caption\node_modules\rabin-bindings\build\rabin-bindings.vcxproj]
  c:\users\jack\appdata\local\node-gyp\cache\14.17.6\include\node\node.h(176): note: see declaration of 'node::MakeCallback' (compiling source
   file ..\bindings.cc)
c:\projects\caption\node_modules\nan\nan.h(1473): warning C4996: 'node::MakeCallback': was declared deprecated (compiling source file ..\src\rabin_wra
p.cc) [C:\projects\caption\node_modules\rabin-bindings\build\rabin-bindings.vcxproj]
c:\projects\caption\node_modules\nan\nan.h(911): error C2660: 'v8::Value::ToString': function does not take 0 arguments (compiling source file ..\bind
ings.cc) [C:\projects\caption\node_modules\rabin-bindings\build\rabin-bindings.vcxproj]
  c:\users\jack\appdata\local\node-gyp\cache\14.17.6\include\node\node.h(190): note: see declaration of 'node::MakeCallback' (compiling source
   file ..\src\rabin_wrap.cc)
  c:\users\jack\appdata\local\node-gyp\cache\14.17.6\include\node\v8.h(2810): note: see declaration of 'v8::Value::ToString' (compiling source
   file ..\bindings.cc)
c:\projects\caption\node_modules\nan\nan.h(921): error C2664: 'int v8::String::WriteUtf8(v8::Isolate *,char *,int,int *,int) const': cannot convert ar
gument 1 from 'char *' to 'v8::Isolate *' (compiling source file ..\bindings.cc) [C:\projects\caption\node_modules\rabin-bindings\build\rabin-bindings
.vcxproj]
  c:\projects\caption\node_modules\nan\nan.h(921): note: Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or functio
  n-style cast (compiling source file ..\bindings.cc)
c:\projects\caption\node_modules\nan\nan.h(1533): error C2661: 'v8::Object::Set': no overloaded function takes 2 arguments (compiling source file ..\s
rc\rabin_wrap.cc) [C:\projects\caption\node_modules\rabin-bindings\build\rabin-bindings.vcxproj]
c:\projects\caption\node_modules\nan\nan.h(1539): error C2661: 'v8::Object::Set': no overloaded function takes 2 arguments (compiling source file ..\s
rc\rabin_wrap.cc) [C:\projects\caption\node_modules\rabin-bindings\build\rabin-bindings.vcxproj]
c:\projects\caption\node_modules\nan\nan.h(1545): error C2661: 'v8::Object::Set': no overloaded function takes 2 arguments (compiling source file ..\s
rc\rabin_wrap.cc) [C:\projects\caption\node_modules\rabin-bindings\build\rabin-bindings.vcxproj]
c:\projects\caption\node_modules\nan\nan.h(1551): error C2661: 'v8::Object::Get': no overloaded function takes 1 arguments (compiling source file ..\s
rc\rabin_wrap.cc) [C:\projects\caption\node_modules\rabin-bindings\build\rabin-bindings.vcxproj]
  cc:\projects\caption\node_modules\nan\nan.h(1550): error C2672: 'Nan::EscapableHandleScope::Escape': no matching overloaded function found (compilin
  g source file ..\src\rabin_wrap.cc):\projects\caption\node_modules\nan\nan.h(1473): warning C4996: 'node::MakeCallback': was declared deprecated (co
  mpiling source file ..\bindings.cc)

  c:\users\jack\appdata\local\node-gyp\cache\14.17.6\include\node\node.h(190): note: see declaration of 'node::MakeCallback' (compiling source
   file ..\bindings.cc)
c:\projects\caption\node_modules\nan\nan.h(1557): error C2661: 'v8::Object::Get': no overloaded function takes 1 arguments (compiling source file ..\s
rc\rabin_wrap.cc) [C:\projects\caption\node_modules\rabin-bindings\build\rabin-bindings.vcxproj]
c:\projects\caption\node_modules\nan\nan.h(1557): error C2672: 'Nan::EscapableHandleScope::Escape': no matching overloaded function found (compiling s
ource file ..\src\rabin_wrap.cc) [C:\projects\caption\node_modules\rabin-bindings\build\rabin-bindings.vcxproj]
c:\projects\caption\node_modules\nan\nan.h(1562): error C2661: 'v8::Object::Get': no overloaded function takes 1 arguments (compiling source file ..\s
rc\rabin_wrap.cc) [C:\projects\caption\node_modules\rabin-bindings\build\rabin-bindings.vcxproj]
c:\projects\caption\node_modules\nan\nan.h(1562): error C2672: 'Nan::EscapableHandleScope::Escape': no matching overloaded function found (compiling s
ource file ..\src\rabin_wrap.cc) [C:\projects\caption\node_modules\rabin-bindings\build\rabin-bindings.vcxproj]
c:\projects\caption\node_modules\nan\nan.h(1533): error C2661: 'v8::Object::Set': no overloaded function takes 2 arguments (compiling source file ..\b
indings.cc) [C:\projects\caption\node_modules\rabin-bindings\build\rabin-bindings.vcxproj]
c:\projects\caption\node_modules\nan\nan.h(1539): error C2661: 'v8::Object::Set': no overloaded function takes 2 arguments (compiling source file ..\b
indings.cc) [C:\projects\caption\node_modules\rabin-bindings\build\rabin-bindings.vcxproj]
c:\projects\caption\node_modules\nan\nan.h(1545): error C2661: 'v8::Object::Set': no overloaded function takes 2 arguments (compiling source file ..\b
indings.cc) [C:\projects\caption\node_modules\rabin-bindings\build\rabin-bindings.vcxproj]
c:\projects\caption\node_modules\nan\nan.h(1551): error C2661: 'v8::Object::Get': no overloaded function takes 1 arguments (compiling source file ..\b
indings.cc) [C:\projects\caption\node_modules\rabin-bindings\build\rabin-bindings.vcxproj]
c:\projects\caption\node_modules\nan\nan.h(1550): error C2672: 'Nan::EscapableHandleScope::Escape': no matching overloaded function found (compiling s
ource file ..\bindings.cc) [C:\projects\caption\node_modules\rabin-bindings\build\rabin-bindings.vcxproj]
c:\projects\caption\node_modules\nan\nan.h(1557): error C2661: 'v8::Object::Get': no overloaded function takes 1 arguments (compiling source file ..\b
indings.cc) [C:\projects\caption\node_modules\rabin-bindings\build\rabin-bindings.vcxproj]
c:\projects\caption\node_modules\nan\nan.h(1557): error C2672: 'Nan::EscapableHandleScope::Escape': no matching overloaded function found (compiling s
ource file ..\bindings.cc) [C:\projects\caption\node_modules\rabin-bindings\build\rabin-bindings.vcxproj]
c:\projects\caption\node_modules\nan\nan.h(1562): error C2661: 'v8::Object::Get': no overloaded function takes 1 arguments (compiling source file ..\b
indings.cc) [C:\projects\caption\node_modules\rabin-bindings\build\rabin-bindings.vcxproj]
c:\projects\caption\node_modules\nan\nan.h(1562): error C2672: 'Nan::EscapableHandleScope::Escape': no matching overloaded function found (compiling s
ource file ..\bindings.cc) [C:\projects\caption\node_modules\rabin-bindings\build\rabin-bindings.vcxproj]
c:\projects\caption\node_modules\nan\nan_object_wrap.h(24): error C2039: 'IsNearDeath': is not a member of 'Nan::Persistent<v8::Object,v8::NonCopyable
PersistentTraits<T>>' [C:\projects\caption\node_modules\rabin-bindings\build\rabin-bindings.vcxproj]
          with
          [
              T=v8::Object
          ] (compiling source file ..\src\rabin_wrap.cc)
  c:\projects\caption\node_modules\nan\nan.h(1574): note: see declaration of 'Nan::Persistent<v8::Object,v8::NonCopyablePersistentTraits<T>>'
          with
          [
              T=v8::Object
          ] (compiling source file ..\src\rabin_wrap.cc)
c:\projects\caption\node_modules\nan\nan_object_wrap.h(67): error C2039: 'MarkIndependent': is not a member of 'Nan::Persistent<v8::Object,v8::NonCopy
ablePersistentTraits<T>>' [C:\projects\caption\node_modules\rabin-bindings\build\rabin-bindings.vcxproj]
          with
          [
              T=v8::Object
          ] (compiling source file ..\src\rabin_wrap.cc)
  c:\projects\caption\node_modules\nan\nan.h(1574): note: see declaration of 'Nan::Persistent<v8::Object,v8::NonCopyablePersistentTraits<T>>'
          with
          [
              T=v8::Object
          ] (compiling source file ..\src\rabin_wrap.cc)
c:\projects\caption\node_modules\nan\nan_object_wrap.h(124): error C2039: 'IsNearDeath': is not a member of 'Nan::Persistent<v8::Object,v8::NonCopyabl
ePersistentTraits<T>>' [C:\projects\caption\node_modules\rabin-bindings\build\rabin-bindings.vcxproj]
          with
          [
              T=v8::Object
          ] (compiling source file ..\src\rabin_wrap.cc)
  c:\projects\caption\node_modules\nan\nan.h(1574): note: see declaration of 'Nan::Persistent<v8::Object,v8::NonCopyablePersistentTraits<T>>'
          with
          [
              T=v8::Object
          ] (compiling source file ..\src\rabin_wrap.cc)
c:\projects\caption\node_modules\nan\nan_object_wrap.h(24): error C2039: 'IsNearDeath': is not a member of 'Nan::Persistent<v8::Object,v8::NonCopyable
PersistentTraits<T>>' [C:\projects\caption\node_modules\rabin-bindings\build\rabin-bindings.vcxproj]
          with
          [
              T=v8::Object
          ] (compiling source file ..\bindings.cc)
  c:\projects\caption\node_modules\nan\nan.h(1574): note: see declaration of 'Nan::Persistent<v8::Object,v8::NonCopyablePersistentTraits<T>>'
          with
          [
              T=v8::Object
          ] (compiling source file ..\bindings.cc)
c:\projects\caption\node_modules\nan\nan_object_wrap.h(67): error C2039: 'MarkIndependent': is not a member of 'Nan::Persistent<v8::Object,v8::NonCopy
ablePersistentTraits<T>>' [C:\projects\caption\node_modules\rabin-bindings\build\rabin-bindings.vcxproj]
          with
          [
              T=v8::Object
          ] (compiling source file ..\bindings.cc)
  c:\projects\caption\node_modules\nan\nan.h(1574): note: see declaration of 'Nan::Persistent<v8::Object,v8::NonCopyablePersistentTraits<T>>'
          with
          [
              T=v8::Object
          ] (compiling source file ..\bindings.cc)
c:\projects\caption\node_modules\nan\nan_object_wrap.h(124): error C2039: 'IsNearDeath': is not a member of 'Nan::Persistent<v8::Object,v8::NonCopyabl
ePersistentTraits<T>>' [C:\projects\caption\node_modules\rabin-bindings\build\rabin-bindings.vcxproj]
          with
          [
              T=v8::Object
          ] (compiling source file ..\bindings.cc)
  c:\projects\caption\node_modules\nan\nan.h(1574): note: see declaration of 'Nan::Persistent<v8::Object,v8::NonCopyablePersistentTraits<T>>'
          with
          [
              T=v8::Object
          ] (compiling source file ..\bindings.cc)
c:\projects\caption\node_modules\rabin-bindings\src\rabin_wrap.cc(11): error C2661: 'v8::Object::Get': no overloaded function takes 1 arguments [C:\pr
ojects\caption\node_modules\rabin-bindings\build\rabin-bindings.vcxproj]
c:\projects\caption\node_modules\rabin-bindings\src\rabin_wrap.cc(12): error C2661: 'v8::Object::Get': no overloaded function takes 1 arguments [C:\pr
ojects\caption\node_modules\rabin-bindings\build\rabin-bindings.vcxproj]
c:\projects\caption\node_modules\rabin-bindings\src\rabin_wrap.cc(24): error C2661: 'v8::Object::Set': no overloaded function takes 2 arguments [C:\pr
ojects\caption\node_modules\rabin-bindings\build\rabin-bindings.vcxproj]
c:\projects\caption\node_modules\rabin-bindings\src\rabin_wrap.cc(52): error C2660: 'v8::Value::Uint32Value': function does not take 0 arguments [C:\p
rojects\caption\node_modules\rabin-bindings\build\rabin-bindings.vcxproj]
  c:\users\jack\appdata\local\node-gyp\cache\14.17.6\include\node\v8.h(2866): note: see declaration of 'v8::Value::Uint32Value' (compiling sou
  rce file ..\src\rabin_wrap.cc)
c:\projects\caption\node_modules\rabin-bindings\src\rabin_wrap.cc(53): error C2660: 'v8::Value::Uint32Value': function does not take 0 arguments [C:\p
rojects\caption\node_modules\rabin-bindings\build\rabin-bindings.vcxproj]
  c:\users\jack\appdata\local\node-gyp\cache\14.17.6\include\node\v8.h(2866): note: see declaration of 'v8::Value::Uint32Value' (compiling sou
  rce file ..\src\rabin_wrap.cc)
c:\projects\caption\node_modules\rabin-bindings\src\rabin_wrap.cc(54): error C2660: 'v8::Value::Uint32Value': function does not take 0 arguments [C:\p
rojects\caption\node_modules\rabin-bindings\build\rabin-bindings.vcxproj]
  c:\users\jack\appdata\local\node-gyp\cache\14.17.6\include\node\v8.h(2866): note: see declaration of 'v8::Value::Uint32Value' (compiling sou
  rce file ..\src\rabin_wrap.cc)
gyp ERR! build error
gyp ERR! stack Error: `C:\Program Files (x86)\Microsoft Visual Studio\2017\BuildTools\MSBuild\15.0\Bin\MSBuild.exe` failed with exit code: 1
gyp ERR! stack     at ChildProcess.onExit (C:\Users\jack\AppData\Roaming\nvm\v14.17.6\node_modules\npm\node_modules\node-gyp\lib\build.js:194:23)
gyp ERR! stack     at ChildProcess.emit (events.js:400:28)
gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:277:12)
gyp ERR! System Windows_NT 10.0.19044
gyp ERR! command "C:\\Program Files\\nodejs\\node.exe" "C:\\Users\\jack\\AppData\\Roaming\\nvm\\v14.17.6\\node_modules\\npm\\node_modules\\node-gyp\\bin\\node-gyp.js" "rebuild"
gyp ERR! cwd C:\projects\caption\node_modules\rabin-bindings
gyp ERR! node -v v14.17.6
gyp ERR! node-gyp -v v5.1.0
gyp ERR! not ok
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules\7zip-bin-linux):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"linux","arch":"any"} (current: {"os":"win32","arch":"x64"})
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules\7zip-bin-mac):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules\fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})

npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] install: `prebuild-install || node-gyp rebuild`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] install script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR!     C:\Users\jack\AppData\Roaming\npm-cache\_logs\2022-06-03T19_19_15_483Z-debug.log

from caption.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.