- πΊπΈUnited States SocialNicheGuru
php8.1
Drupal 9.5.9I get the following:
Problem 1
- Root composer.json requires uninhabited/fitvids.js dev-composer, found uninhabited/fitvids.js[dev-master] but it does not match the constraint. - Assigned to sergiur
- Issue was unassigned.
- Status changed to Needs review
7 months ago 1:20pm 22 April 2024 - π¬π§United Kingdom sergiur London, UK
Created a MR for adding the composer.libraries.json file. This file needs to be specified in the
extra
section of composer.json as follows (assuming your webroot is "web"):"merge-plugin": { "include": [ "web/modules/contrib/fitvids/composer.libraries.json" ] },
Then, running
composer require wikimedia/composer-merge-plugin
will download the external library.If you already have
wikimedia/composer-merge-plugin
installed, try runningcomposer install
. If this doesn't download the fitvids library, try unrequiring and re-requiring wikimedia/composer-merge-plugin. - Status changed to RTBC
7 months ago 7:22pm 22 April 2024 - π¬π§United Kingdom sergiur London, UK
Yep, meant to mention that, itβs pretty much copy paste from your suggestion. Just wanted to push this forward so I donβt have to manually download the library. Thank you!
- π¬π§United Kingdom sergiur London, UK
I think once this lands in a stable release the install info could be on the module page, like
anchor_link
has? - πͺπ¨Ecuador jwilson3
the install info could be on the module page
Agreed.
- First commit to issue fork.
-
nickdickinsonwilde β
committed b35f1cef on 2.0.x authored by
sergiur β
Issue #2881674 by liberatr, sergiur, radimklaska, suresh prabhu parkala...
-
nickdickinsonwilde β
committed b35f1cef on 2.0.x authored by
sergiur β
- π¨π¦Canada nickdickinsonwilde Victoria, BC (T'So-uke lands)
Thanks for all the work on this. Lets get it out!
Automatically closed - issue fixed for 2 weeks with no activity.