kelly / node-i2c

Node.js native bindings for i2c-dev. Plays well with Raspberry Pi and Beaglebone.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error loading module

lubino opened this issue · comments

I really don't understand why I got this error, can you tell me or fix that? I would fix that if somebody explains me why is this happening.

module.js:477
process.dlopen(filename, module.exports);
^
Error: Module version mismatch, refusing to load.
at Object..node (module.js:477:11)
at Module.load (module.js:353:32)
at Function._load (module.js:311:12)
at Module.require (module.js:359:17)
at require (module.js:375:17)
at Object. (/home/pi/js/node_modules/i2c/lib/i2c.coffee:8:10)
at Object. (/home/pi/js/node_modules/i2c/lib/i2c.coffee:119:4)
at Module._compile (module.js:446:26)
at Object..coffee (/home/pi/js/node_modules/i2c/node_modules/coffee-script/lib/coffee-script/coffee-script.js:22:21)
at Module.load (module.js:353:32)

Sorry, this is not an issue of node-i2c