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
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
The text was updated successfully, but these errors were encountered: