-
Notifications
You must be signed in to change notification settings - Fork 142
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
Support for node 10 #104
Comments
@dganzella Do you happen to know which node version does work right now? |
@elisaado Version 67. I had posted a screenshot but I simply have no idea where that went |
Oh yeah, here : |
(Just so you know, I realized it was most likely a problem with nodObjC that is using an old ref branch and not ref itself) |
@dganzella Ah, okay, thank you. |
I have the same problem while using nodev10.9.0 to install ref.I want to know what can I do. -bash-4.1# tnpm i ref
make: Entering directory npm ERR! code ELIFECYCLE npm ERR! A complete log of this run can be found in: |
it seeems binding.cc is using non-existent functions on newer node versions.
Like -
./src/binding.cc:619:11: error: no member named 'ForceSet' in 'v8::Object'
target->ForceSet(Nan::Newv8::String("endianness").ToLocalChecked(), Nan::Newv8::String(CheckEndianness()).ToLocalChecked(), static_cast(ReadOnly|DontDelete));
The text was updated successfully, but these errors were encountered: