How do I set up SQLite with nodejs

Hey there @Teodor and @George :slight_smile:
finally figured out what the problem is. I haven’t installed sqlite 3 correctly. I ran a test on the database connection which gave me: error connecting Knex: $ npm install sqlite3 --save. So fired up the powershell terminal and cd into my project and ran the npm command: npm install sqlite3 --save. also tried from my root user and it seems to install correctly, but nonetheless I keep getting the same error message. I also tried to use the wappler terminal but I don’t quite know how to run npm in it? tried typing in the command but nothing happened