Error compiling gekko bot please help!!!!!! - Printable Version +- Gekko Forum (https://forum.gekko.wizb.it) +-- Forum: Gekko (https://forum.gekko.wizb.it/forum-13.html) +--- Forum: Technical Discussion (https://forum.gekko.wizb.it/forum-23.html) +--- Thread: Error compiling gekko bot please help!!!!!! (/thread-58044.html) |
Error compiling gekko bot please help!!!!!! - kirillkiselev82 - 11-23-2019 While trying to compile gekko bot under manjaro linux I the error I get please any suggestion? RE: Error compiling gekko bot please help!!!!!! - peterdehondt - 11-23-2019 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. RE: Error compiling gekko bot please help!!!!!! - Marius - 12-29-2019 Thanks, stupid version problems Not that I got it working, exchanges wont install Greetings, Marius |