Problem/Motivation
Module requires jquery_ui module to install, but when installed using composer it does not download the required module.
Steps to reproduce
composer require drupal/taxonomy_manager --update-with-all-dependencies
Attempt to install downloaded module and fails due to lacking dependency.
Proposed resolution
add composer.json file with proper information. (note, could not upload composer.json, so renamed to composer.json.txt) will supply patch in a few minutes.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | add_composer_json-3173690-3.patch | 656 bytes | kwfinken |
| composer.json_.txt | 437 bytes | kwfinken |
Comments
Comment #2
kwfinken commentedPatch to add composer.json
Comment #3
kwfinken commentedFix Error in patch file that didn't include dependency listing.
Comment #4
jannakha commented👍
Comment #6
vladimirausThanks for contributing.