You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After running npm install , npm install has to be run to fix many problems. If this is done and you try to run adonis migration:run, an error will appear:
After running
npm install
,npm install
has to be run to fix many problems. If this is done and you try to runadonis migration:run
, an error will appear:I tried to install lucid with
adonis install @adonisjs/lucid
I also tried installing sqllite with
npm i sqlite3
Neither works for me.
Is this a bug or is there a solution?
The text was updated successfully, but these errors were encountered: