I'm attempting to use sqlite3 with node.js, I'm on macOS. and I've tried everything imaginable to try and fix the problem but as soon as i try to run,
const sqlite3 = require('sqlite3').verbose;
const db = new sqlite3.Database('my_database.db');
it comes up with the error: Uncaught TypeError...