javascriptnode.jsadonis.js

Error when make a controller on AdonisJS5


When I try to run the command

node ace make:controller User  

displays the following error

Cannot find module './commands/Make\Controller' Require stack:


Solution

  • This was a bug in the framework, it should be fixed by now. Ensure to update your dependencies.

    https://github.com/adonisjs/assembler/releases/tag/v5.9.2