- Issue created by @bamberjp
- 🇺🇸United States bamberjp
Temporary Workaround
composer require oomphinc/composer-installers-extender
Then in composer.json,
"extra": { ... "installer-types": ["module"], "installer-paths": { "web/core": ["type:drupal-core"], "web/libraries/{$name}": ["type:drupal-library"], "web/modules/contrib/{$name}": ["type:drupal-module"], "web/profiles/contrib/{$name}": ["type:drupal-profile"], "web/themes/contrib/{$name}": ["type:drupal-theme"], "drush/Commands/contrib/{$name}": ["type:drupal-drush"], "web/modules/contrib/{$name}": ["type:module"] }, ... }
- Assigned to kishan@lnwebworks
- Status changed to Needs review
2 days ago 6:03am 17 December 2024 - 🇮🇳India kishan@lnwebworks
Pushed the changes in the new release tag 1.0.2
Now it's installed in the correct directory.
@bamberjp
Please review it once.