Problem/Motivation
Unable to install modules: module 'tsbu' is missing its dependency module extension_reference_field.

Steps to reproduce
Proposed resolution
Remaining tasks
Provide patch
User interface changes
API changes
Data model changes
| Comment | File | Size | Author |
|---|---|---|---|
| Screenshot 2024-07-15 at 5.03.48 PM.png | 54.96 KB | akshay_d |
Issue fork tsbu-3461438
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
ananya.k commentedComment #3
ananya.k commentedHi @akshay_d,
Please download and install the " drupal/extension_reference_field " module using the following command:
composer require 'drupal/extension_reference_field:^1.2@beta'
Thank You!
Comment #4
akshay_d@ananya.k
Thanks for looking at this. Yes, I was able to get it working with the explicit installation of extension_reference_field.
Ideally module dependencies needs to be installed during the original module installation.
Comment #6
pablo_pukha commentedI fixed it and added to new release
Comment #7
pablo_pukha commentedComment #8
pablo_pukha commentedComment #9
akshay_dThanks @Pablo_Pukha,
Its works fine now.