Updating to latest core package breaks node ace list:routes #3671
-
Guessing this is probably not a bug and just a "me" issue, but can't figure out what's going on. When on @adonisjs/core@5.4.2, Previous adonisjs package versions
Then I updated @adonisjs/core to the latest (and for good measure, everything else; the new migration lucid commands are an incredible QOL change for testing). New adonisjs package versions
This appears to break list:routes New list:routes error
As an aside, the new migration commands don't appear on |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hello 👋 You have to run the command Remember to always run it when you update an AdonisJS core package or a package that adds a command. You can read more about the manifest file here : https://docs.adonisjs.com/guides/ace-commandline#generating-the-ace-manifest-file |
Beta Was this translation helpful? Give feedback.
Hello 👋
You have to run the command
node ace generate:manifest
and then you should be good.Remember to always run it when you update an AdonisJS core package or a package that adds a command.
You can read more about the manifest file here : https://docs.adonisjs.com/guides/ace-commandline#generating-the-ace-manifest-file