Im developing a WebappTV for Tizen4.0, it uses NodeJS 4.4.3 and It’s imposible updgrade that version, I need to use Sqlite3(v3.1.13 is the version that works in NodeJS 4.4.3) I have installed NodeJS4.4.3 on a linux arm32 but when I try to install Sqlite3.1.13 it says that can’t download nor generate the file node_sqlite3.node, I suppose it is due to that very old version of node and sqlite3, the folder where it is supposed to be is /node-v48-linux-arm/node_sqlite3.node, I have tried all linux versions here: https://github.com/TryGhost/node-sqlite3/releases but no one is compatible.
Any clue where I can get that file to linux arm32 and sqlite3.1.13?
Thanks