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

I had to do a `npm install nan` for this to work #46

Closed mkpazon closed 8 years ago

usefulthink commented 8 years ago

Hm, nan is definitely in the package.json so it should install automatically, did you install from source or via npm install rpi-ws281x-native?

usefulthink commented 8 years ago

also, the instructions missed the npm install-command, added that.

mkpazon commented 8 years ago

Yeah, I think it's because of that. Hehe. Thanks!

usefulthink commented 8 years ago

You're welcome. Feel free to open more issues if you have questions...