avro-to-typescript icon indicating copy to clipboard operation
avro-to-typescript copied to clipboard

NPM install fails for node.js version 10 ('ForceSet': is not a member of 'v8::Object')

Open kluiverjh opened this issue 5 years ago • 1 comments

When using 'node.js version 10' command 'npm install'failes (works wiith node.js 8)

Build error: .\node_modules\sinek\node_modules\nan\nan_maybe_43_inl. h(88): error C2039: 'ForceSet': is not a member of 'v8::Object' (compiling source file ..\src\binding.cc) [.\node_modules\sinek\node_modules\snappy\build\binding.vcxproj]

kluiverjh avatar Mar 15 '19 13:03 kluiverjh

Hey @kluiverjh, I can confirm that install is no longer working on node 10. My error was a bit different though. I think it is due to the fact that some dependencies of this project have moved too far and lost compatibility. I will try to patch things up

krukru avatar Jan 24 '20 06:01 krukru