02-11-2018, 05:55 PM
(This post was last modified: 02-11-2018, 05:56 PM by susitronix.)
I have the same problem
Tried 2x Raspbian, and one ubuntu mate xenial. // pi 3b armV7
Same problem: sqlite3 is installed but gekko dos not find it.
Win7 it was easy done with:
/gekko/ sudo apt install sqlite3
// wich automaticly choose the right version
// Also when installing the dependencies a [ERROR] occured:
websocket@1.0.24 install /home/.../.../gekko/node_modules/websocket
(node-gyp rebuild 2> builderror.log) (exit 0)
Win7 sqlite3 was easy solved with:
/gekko/ sudo apt install sqlite3 // wich automaticly choose the right version
Tried 2x Raspbian, and one ubuntu mate xenial. // pi 3b armV7
Same problem: sqlite3 is installed but gekko dos not find it.
Win7 it was easy done with:
/gekko/ sudo apt install sqlite3
// wich automaticly choose the right version
// Also when installing the dependencies a [ERROR] occured:
websocket@1.0.24 install /home/.../.../gekko/node_modules/websocket
(node-gyp rebuild 2> builderror.log) (exit 0)
Win7 sqlite3 was easy solved with:
/gekko/ sudo apt install sqlite3 // wich automaticly choose the right version