beyondscreen / node-rpi-ws281x-native

native bindings to drive WS2811 (or WS2812) LED-Controllers on a Raspberry Pi
MIT License
224 stars 101 forks source link

Can't build latest rpi-ws281x-native@next on node 14.x #114

Closed gbkwiatt closed 3 years ago

gbkwiatt commented 3 years ago

I am desperate to make this library work on my RPI4.

I've noticed that main repo (master) is not the latest if I am not mistaken.

All options I need are in 1.x branch, so I tried to install that with npm install rpi-ws281x-native@next But getting errors when building: ../src/rpi-ws281x.cc:55:41: error: no matching function for call to ‘v8::Value::Int32Value()’

I've seen similar issue, that was fixed for Node 12. Any hints on how to fix it ?

gbkwiatt commented 3 years ago

I think that's no longer valid.