Hello and thanks for this module,
Problem/Motivation
After using the composer require 'drupal/ai_validations-ai_validations:^1.0' command, the module is created under the project's web/modules/contrib/ai_validations-ai_validations directory and after that, I couldn't install it neither via interface, nor via drush command.
Proposed resolution
I've tried those commands below:
rm -rf web/modules/contrib/ai/modules/ai_validations
mv web/modules/contrib/ai_validations-ai_validations web/modules/contrib/ai_validations
drush cr
After those commands, I've achieved installing the module.
I'm just adding these issue as installation tip for the other people.
Best,
Orkut
Comments
Comment #2
abhisekmazumdarWe are working on fixing the namespace issue. I will update here once it is done.
Comment #3
orkutmuratyilmaz@abhisekmazumdar, thank you:)