rekit-app icon indicating copy to clipboard operation
rekit-app copied to clipboard

CLI install breaking on Node v14+

Open tledwar opened this issue 4 years ago • 0 comments

It seems that the issue below is caused by installing on Node v14. Any ideas?

npm install -g rekit rekit-studio

npm WARN deprecated [email protected]: fsevents 1 will break on node v14+ and could be using insecure binaries. Upgrade to fsevents 2. /usr/local/bin/rekit -> /usr/local/lib/node_modules/rekit/bin/rekit.js /usr/local/bin/rekit-studio -> /usr/local/lib/node_modules/rekit-studio/bin/index.js

> [email protected] install /usr/local/lib/node_modules/rekit-studio/node_modules/fsevents

node install.js

SOLINK_MODULE(target) Release/.node CXX(target) Release/obj.target/fse/fsevents.o In file included from ../fsevents.cc:6: In file included from ../../nan/nan.h:222: In file included from ../../nan/nan_converters.h:67: ../../nan/nan_converters_43_inl.h:22:1: error: no viable conversion from 'Localv8::Context' to 'v8::Isolate ' X(Boolean) ^~~~~~~~~~ ../../nan/nan_converters_43_inl.h:18:23: note: expanded from macro 'X' val->To ## TYPE(isolate->GetCurrentContext())
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/tledwar/Library/Caches/node-gyp/14.4.0/include/node/v8.h:2845:37: note: passing argument to parameter 'isolate' here Local<Boolean> ToBoolean(Isolate
isolate) const; ^ In file included from ../fsevents.cc:6: In file included from ../../nan/nan.h:222: In file included from ../../nan/nan_converters.h:67: ../../nan/nan_converters_43_inl.h:40:1: error: no viable conversion from 'Localv8::Context' to 'v8::Isolate *' X(bool, Boolean) ^~~~~~~~~~~~~~~~

tledwar avatar Jul 06 '20 19:07 tledwar