adonisjs / lucid

AdonisJS SQL ORM. Supports PostgreSQL, MySQL, MSSQL, Redshift, SQLite and many more
https://lucid.adonisjs.com/
MIT License
1.02k stars 189 forks source link

When use "node ace configure @adonisjs/lucid" i have an error. #1035

Closed arthuresc closed 2 weeks ago

arthuresc commented 2 weeks ago

Package version

@adonisjs/lucid <= v19.0.0-0

Describe the bug

I've studied about adonis but when i was configuring lucid the error pops to me. So I could isolate the version where is the error (because i'm unployed haha) and i recorded a video.

https://github.com/adonisjs/lucid/assets/48338321/520b6816-c416-43e8-b673-979b94865d19

Reproduction repo

No response

thetutlage commented 2 weeks ago

As you can clearly see in the terminal. "No items were selected". It means you did not select with driver to use when configuring Lucid. Make sure to use SpaceBar to select one of the items from the prompt.

arthuresc commented 2 weeks ago

@thetutlage thank you about your answer, but as you can see in video, i've tried 2 differents @adonisjs/lucid versions, because one of them was accepting command node ace configure @adonisjs/lucid but the other one isn't, based on error message (at 0:42s) I thought that is an error on package.json or something, am i wrong? Did i misunderstand your answer?