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

orkut murat yılmaz created an issue.

abhisekmazumdar’s picture

We are working on fixing the namespace issue. I will update here once it is done.

orkutmuratyilmaz’s picture

@abhisekmazumdar, thank you:)