sqlite3 problem
#1
Hi,

At this moment i'm switching from the Windows install to an Linux install.
The install itself is working, but when i for example want to download an test periode i get an error in the command line:

Code:
Error:

The plugin sqlite adapter expects the module sqlite3 to be installed. However it is not, install it by running:

    npm install sqlite3@3.1.4

Meta debug info:

Gekko version: v0.5.11
Nodejs version: v8.9.4

Strang part is that i have install sqlite3 but during the install i always (no matter what i do, even when i use the github install of sqlite3) see this error:
Code:
node-pre-gyp ERR! Tried to download(403): https://mapbox-node-binary.s3.amazonaws.com/sqlite3/v3.1.13/node-v57-linux-arm.tar.gz
node-pre-gyp ERR! Pre-built binaries not found for sqlite3@3.1.13 and node@8.9.4 (node-v57 ABI, glibc) (falling back to source compile with node-gyp)

Is there an other way to install sqlite3
  Reply
#2
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
  Reply


Forum Jump:


Users browsing this thread: