You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 11, 2020. It is now read-only.
When I do an 'npm install', I see the following compile error. It seems that it is due to the fact that the function Nan:ForceSet is now deprecated.
make: Entering directory '/home/smc-dev/github/bacnet-explorer/node_modules/zmq/build'
CXX(target) Release/obj.target/zmq/binding.o
In file included from ../node_modules/nan/nan.h:190:0,
from ../binding.cc:38:
../node_modules/nan/nan_maybe_43_inl.h: In function ‘Nan::Maybe<bool> Nan::ForceSet(v8::Local<v8::Object>, v8::Local<v8::Value>, v8::Local<v8::Value>, v8::PropertyAttribute)’:
../node_modules/nan/nan_maybe_43_inl.h:88:15: error: ‘class v8::Object’ has no member named ‘ForceSet’
return obj->ForceSet(GetCurrentContext(), key, value, attribs);
The text was updated successfully, but these errors were encountered:
For others running into this issue, mosca is building 'fine' but has several opt dependencies failing on newer node, namely zmq, leveldown, snappy, and fs-ext.
When I do an 'npm install', I see the following compile error. It seems that it is due to the fact that the function Nan:ForceSet is now deprecated.
The text was updated successfully, but these errors were encountered: