ERROR: SQlite SOLVED (WIN 7) - Printable Version +- Gekko Forum (https://forum.gekko.wizb.it) +-- Forum: Gekko (https://forum.gekko.wizb.it/forum-13.html) +--- Forum: Technical Support (https://forum.gekko.wizb.it/forum-19.html) +--- Thread: ERROR: SQlite SOLVED (WIN 7) (/thread-87.html) |
ERROR: SQlite SOLVED (WIN 7) - susitronix - 01-28-2018 Hi if you running a Gekko strategie that needs SQlite you might find an ERROR in the CMD that SQlite is not installed yet. it ask you to install it by: npm install sqlite3@3.1.4 //something like this BUT IT DOS NOT FIND IT...?!? instead try: npm install sqlite3 thats it. hope this works.cheers.p |