Got this nice message:
(node:15167) ExperimentalWarning: The fs.promises API is experimental
03/09/2019 10:13:19.560 [GLOBAL] info: config loaded
03/09/2019 10:13:20.121 [GLOBAL] error: Unexpected error during initialization, shutting down...: Error: Please install sqlite3 package manually
at new ConnectionManager (/home/xud/xud/node_modules/sequelize/lib/dialects/sqlite/connection-manager.js:31:15)
at new SqliteDialect (/home/xud/xud/node_modules/sequelize/lib/dialects/sqlite/index.js:14:30)
at new Sequelize (/home/xud/xud/node_modules/sequelize/lib/sequelize.js:242:20)
at new DB (/home/xud/xud/dist/db/DB.js:120:26)
at Xud.<anonymous> (/home/xud/xud/dist/Xud.js:52:27)
at Generator.next (<anonymous>)
at fulfilled (/home/xud/xud/dist/Xud.js:4:58)
03/09/2019 10:13:20.124 [GLOBAL] info: XUD is shutting down
TypeError: Cannot read property 'close' of undefined
at Xud.<anonymous> (/home/xud/xud/dist/Xud.js:175:27)
at Generator.next (<anonymous>)
at fulfilled (/home/xud/xud/dist/Xud.js:4:58)
/home/xud/xud/dist/bootstrap.js:13
throw err;
^
TypeError: Cannot read property 'close' of undefined
at Xud.<anonymous> (/home/xud/xud/dist/Xud.js:175:27)
at Generator.next (<anonymous>)
at fulfilled (/home/xud/xud/dist/Xud.js:4:58)
xud@lightning:~/scripts $ uname -a
Linux lightning 4.19.58-v7+ #1245 SMP Fri Jul 12 17:25:51 BST 2019 armv7l GNU/Linux
xud@lightning:~/scripts $ npm --version
6.9.0
xud@lightning:~/scripts $ node --version
v10.16.3
Got this nice message: