somebuddy87 / node-red-contrib-usbhid

A node-hid (USB HID device access library) wrapper for nodered
Apache License 2.0
4 stars 19 forks source link

Raspberry Pi Zero W #4

Open littleyoda opened 5 years ago

littleyoda commented 5 years ago

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);

Attached the log-file log.log

Thanks