download to libraries folder does not work

Created on 28 June 2023, over 1 year ago
Updated 3 November 2023, about 1 year ago

Problem/Motivation

D10.1, Drush Commandline Tool 11.6.0

drush fa-download or drush fa:download

only result in [notice] fontIconPicker library has been successfully downloaded to /.../libraries/fonticonpicker--fonticonpicker.

also drush en fontawesome does not download to libraries folder as stated in the documentation.

Steps to reproduce

Proposed resolution

Remaining tasks

User interface changes

API changes

Data model changes

πŸ› Bug report
Status

Closed: works as designed

Version

2.25

Component

Code

Created by

πŸ‡¦πŸ‡ΉAustria maxilein

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

Comments & Activities

  • Issue created by @maxilein
  • πŸ‡ΊπŸ‡ΈUnited States simplyshipley

    The "drupal/recommended-project" for version 10.1.5 requires "composer/installers" version ^2.0, but "drupal/fontawesome" requires "composer/installers" version ^1.2.0.

    This is fixed in the dev version of the fontawesome module, but here's a patch to allow using "composer/installers": "^1.2.0 || ^2.0".

    I'm not sure if this fixes the issue downloading the library using drush, but I use the "wikimedia/composer-merge-plugin" and it downloads the fontawesome library after this patch is applied. The README.md in the fontawesome module explains how to config the "wikimedia/composer-merge-plugin".

  • Status changed to Fixed about 1 year ago
  • πŸ‡ΊπŸ‡ΈUnited States daniel.moberly

    Thanks for the patch!

  • Status changed to Closed: works as designed about 1 year ago
Production build 0.71.5 2024