I have a trouble with a sqlite3 module for electron. I had been looking about this problem before ask, but any answer has solved my problem.
I have installed this module in electron in a some computers, in first place the module don't works and appears the next error:
"Cannot find module .../node_modules/sqlite3/lib/binding/electron-v1.4-linux-x64/node_sqlite3.node"
I have seen in another stackoverflow thread that I should rename the folder node-v48-linux-x64 to electron-v1.4-linux-x64, this problem in a few computers have been solved. But in other computers I have another problem:
Uncaught Error: Module version mismatch. Expected 50, got 48.
My node version is the 6.6 and my npm version is 3.10.3.