Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
kluiverjh opened this issue Mar 15, 2019 · 1 comment

Comments

@kluiverjh
Copy link

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]

@krukru
Copy link
Contributor

krukru commented Jan 24, 2020

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants