natevw / node-nrf

Pure-JavaScript nRF24L01 driver library
117 stars 31 forks source link

Error when i execute it with node version 9 #58

Open deckbsd opened 6 years ago

deckbsd commented 6 years ago

Hello,

I have this error when i execute my application under node 9 on a raspberry pi 2 :

Module version mismatch. Expected 46, got 59. at this line pi@raspberrypi:~/homeAlone-node $ node app.js module.js:434 return process.dlopen(module, path._makeLong(filename));

natevw commented 6 years ago

Does this persist after you npm rebuild?