[V5] node ace:make model command not working. #2642
-
I have try to create an model create using command line in adonisjs v5. |
Beta Was this translation helpful? Give feedback.
Replies: 6 comments 13 replies
-
Hey @mdjamilaj! 👋 You forgot a space in your command, it must be |
Beta Was this translation helpful? Give feedback.
-
Got this issue of making Model using Ace in Adonis v5 |
Beta Was this translation helpful? Give feedback.
-
in mac installation didn't complete well and User and Token Model and Migrations doesn't create! |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
According to adonisjs documentation: first set up locid then run above command |
Beta Was this translation helpful? Give feedback.
-
I face the same problem. Before you run |
Beta Was this translation helpful? Give feedback.
Hey @mdjamilaj! 👋
You forgot a space in your command, it must be
node ace make:model User
, notnode ace:make model User
.