- Issue created by @ugintl
- Status changed to Closed: won't fix
about 1 month ago 4:47pm 21 January 2025 Not related to this module & not sure about what could be happening in your specific installation, sorry!
Only thing that i can suggest with that info is to ensure you are executing drush from your site composer installation e.g: "vendor/bin/drush status", or to check what drush location you are running "whereis drush", you should see something similar to "/var/www/html/vendor/bin/drush" if using ddev.
Also ensure your site installation main composer core dependency "drupal/core" or "drupal/core-recommended", helpful command: composer why "drupal/core".
Hope it helps a bit!