Missing dependency in recipe

Created on 20 November 2024, 2 months ago

Problem/Motivation

When installing latest from Drupal CMS, there is an issue running the site install step:

In RecipeConfigurator.php line 73:
                                                                               
Can not find the drupal_cms_page recipe, search path: [project-root]/project_template/vendor/composer/../..//recipes   

After some research, it looks like drupal_cms_page may be missing as a dependency somewhere, as it is not available in the project_template/recipes directory:

# ls project_template/recipes/
drupal_cms_accessibility_tools  drupal_cms_media_tools
drupal_cms_admin_theme          drupal_cms_multilingual
drupal_cms_anti_spam            drupal_cms_privacy_basic
drupal_cms_authentication       drupal_cms_seo_basic
drupal_cms_blog                 drupal_cms_seo_tools
drupal_cms_content_type_base    drupal_cms_starter
drupal_cms_dashboard            easy_email_express
drupal_cms_events               easy_email_standard
drupal_cms_forms                easy_email_text_format
drupal_cms_image_media_type     easy_email_types_core
drupal_cms_locations            README.txt

Proposed resolution

Add the missing dependency drupal_cms_page to recipes/drupal_cms_privacy_basic/composer.json. According to recipes/drupal_cms_privacy_basic/recipe.yml, the drupal_cms_privacy_basic recipe depends on drupal_cms_page

πŸ› Bug report
Status

Active

Component

Base Recipe

Created by

πŸ‡ͺπŸ‡ΈSpain rabbitlair

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.71.5 2024