You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In composer.json, this project current declares itself as a drupal-module, which doesn't make much sense. Among others, a drupal module needs to be enabled in order for drush to execute commands.
This project should become a drupal-drush type, getting installed in drush/Commands/contrib. A drush command added there will simply execute without the need to enable it in Drupal.
The text was updated successfully, but these errors were encountered:
In composer.json, this project current declares itself as a drupal-module, which doesn't make much sense. Among others, a drupal module needs to be enabled in order for drush to execute commands.
This project should become a drupal-drush type, getting installed in drush/Commands/contrib. A drush command added there will simply execute without the need to enable it in Drupal.
The text was updated successfully, but these errors were encountered: