hi, first post here
i have just downloaded Node-Pixel with Nodejs v0.8.15 everything downloaded and install without errors
im not getting the following when running sudo node index.js
Error: Cannot find module 'bindings'
at Function.Module._resolveFilename (module.js:338:15)
at Function.Module._load (module.js:280:25)
at Module.require (module.js:362:17)
at require (module.js:378:17)
at Object.<anonymous> (/root/node-pixel/node_modules/spi/spi.js:19:12)
at Module._compile (module.js:449:26)
at Object.Module._extensions..js (module.js:467:10)
at Module.load (module.js:356:32)
at Function.Module._load (module.js:312:12)
at Module.require (module.js:362:17)
does anyone no how to fix this problem
thanks