01-28-2018, 04:13 PM
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
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