What is this error? (ValidationProvider) #4001
Unanswered
meteoguzhan
asked this question in
Help
Replies: 1 comment 1 reply
-
Check to make sure all of your commands have the Example: export default class ExampleCommand extends BaseCommand {
/**
* <THIS NEEDS TO BE SET>
*/
public static commandName = "example:command";
// ... rest of the command class
} the value can be whatever you want as long as it is unique with respect to your other commands |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
command: node ace generate:manifest
Invalid command "ValidationProvider". Make sure to define the static property "commandName"
1 validateCommand
/project/node_modules/@adonisjs/ace/build/src/utils/validateCommand.js:25
2 ManifestGenerator.loadCommand
/project/node_modules/@adonisjs/ace/build/src/Manifest/Generator.js:53
3 ManifestGenerator.loadCommands
/project/node_modules/@adonisjs/ace/build/src/Manifest/Generator.js:67
4 ManifestGenerator.generate
/project/node_modules/@adonisjs/ace/build/src/Manifest/Generator.js:76
5 GenerateManifest.handle
/project/node_modules/@adonisjs/core/build/src/Ignitor/Ace/GenerateManifest/index.js:67
6 Ace.handle
/project/node_modules/@adonisjs/core/build/src/Ignitor/Ace/index.js:27
Beta Was this translation helpful? Give feedback.
All reactions