Error compiling gekko bot please help!!!!!!
#1
While trying to compile gekko bot under manjaro linux I the error I get please any suggestion?


Attached Files
.jpeg   WhatsApp Image 2019-11-22 at 12.16.18 (1).jpeg (Size: 258.25 KB / Downloads: 16)
  Reply
#2
Mmm it isn't really easy to see what the exact error message is except that the npm sqlite3 package has some problems.
Maybe you can post the error messages in a text file instead of an image.
I had some trouble with the sqlite3 package in combination with node 12.x and fixed it by installing the newest version of sqlite3.

In the ./gekko/package.json file replace the line:

"sqlite3": "^4.0.4",
with:

"sqlite3": "^4.1.0",


and run:
npm remove sqlite3
npm install sqlite3

and see what it does.
  Reply
#3
Thanks, stupid version problems Wink

Not that I got it working, exchanges wont install

Greetings,
Marius
  Reply


Forum Jump:


Users browsing this thread: