Hi guys,
I'm trying to get the node serialport library up an running inside node-webkit. I've spent the last hour getting it downloaded and compiled and think I've just about managed it (the build succeeds). I've downloaded the source and compiled it using nw-gyp, so I believe it should be good to go right?
I'm not quite sure how I install it within my solition from here though. I've dropped the source folder in the node_modules folder and called require("serialport"), but whenever I run the app, I just get an error "Cannot find module 'bindings'",
Can anyone point me in the right direction on how to get the module installed now that I've compiled it? and how to fix this error?
Many thanks
Matt