TooTallNate / ref

Turn Buffer instances into "pointers"
http://tootallnate.github.com/ref
454 stars 142 forks source link

Updated nan to fix Node 10 install issues #108

Closed ajbogh closed 5 years ago

ajbogh commented 5 years ago

Nan error:

../../nan/nan_maybe_43_inl.h:112:15: error: no member named 'ForceSet' in 'v8::Object'

npm ERR! Failed at the ref@1.3.5 install script.

Fixed in 2.12.1.

TooTallNate commented 5 years ago

Thanks for the PR, but this shouldn't be necessary, as 2 encompasses any 2.x.x version of nan. You might need to regenerate the lockfile in your project.

ajbogh commented 5 years ago

Thanks @TooTallNate. You were right. I deleted the lockfile and re-ran install/rebuild and it worked. Sorry to bother.