I'm trying to install node-red-contrib-usbhid on a Raspberry pi Zero W
But I got the following Error:
../src/HID.cc: In member function ‘void HID::readResultsToJSCallbackArguments(HID::ReceiveIOCB*, v8::Local<v8::Value>*)’:
../src/HID.cc:207:74: error: no matching function for call to ‘v8::Function::NewInstance(int, v8::Local<v8::Value> [1])’
Local<Object> buf = nodeBufConstructor->NewInstance(1, nodeBufferArgs);
I'm trying to install node-red-contrib-usbhid on a Raspberry pi Zero W
But I got the following Error:
Attached the log-file log.log
Thanks