SQLite package has not been found installed. Try to install it: npm install sqlite3 --save

Hi @timtestpat Welcome!
For now lets try the basic fix, which will be for now is to rebuild the sqlite3 bindings, so for that run this command inside your n8n directory:
cd /usr/local/lib/node_modules/n8n && npm rebuild sqlite3

See this: