When i run this command "node ace migration:run" the terminal show me this error:
Knex: run $ npm install sqlite3 --save Cannot find module '@vscode/sqlite3' ... ... ...
I am using Adonis JS 5 but the SQLite database is not working. Any idea what it could be?
I tried just running the initial migration command where I expected the database file to be created automatically (just like version 4 did)