12-14-2019, 12:43 AM
I had similar issues, I would recommend using a different linux or using the docker method if not possible.
Some distros cause issues for various reasons so if you can also try the following:
npm uninstall sqlite3
npm cache clean
sudo npm install sqlite3
Credit and more things to try: https://github.com/mapbox/node-sqlite3/issues/612
For reference I have gekko running on Ubuntu Server 19.10 with no problems
Some distros cause issues for various reasons so if you can also try the following:
npm uninstall sqlite3
npm cache clean
sudo npm install sqlite3
Credit and more things to try: https://github.com/mapbox/node-sqlite3/issues/612
For reference I have gekko running on Ubuntu Server 19.10 with no problems