Using Adonisjs v5
The controller command works fine with:
node ace make:controller Posts
However, the new model creation command is not working:
node ace:make model Post
When running the make model command, an error occurs:
An error message stating 'Cannot find module 'C:\Users\abir2\Desktop\crm-backend\ace:make' is displayed
How can a model be created using the command in Adonisjs v5?