- Issue created by @AaronBauman
- Status changed to Fixed
over 1 year ago 4:07pm 23 August 2023 - πΊπΈUnited States AaronBauman Philadelphia
found it.
`merge-plugin` was in top-level composer.json declarations, instead of the `extra` section.
Automatically closed - issue fixed for 2 weeks with no activity.
- Status changed to Fixed
over 1 year ago 2:55pm 20 September 2023 - πΈπ°Slovakia coaston
Hi Aron,
I am getting crazy too. Can you provide where exactly you have added merge-plugin ?
I have added it as follow :
}, "sort-packages": true }, "extra": { "merge-plugin": { "include": [ "web/modules/contrib/chosen/composer.libraries.json" ] }, "drupal-scaffold": { "locations": { "web-root": "web/" } }, "installer-paths": { "web/core": [ "type:drupal-core" ], "web/libraries/{$name}": [ "type:drupal-library" ],
But unable to make it works. I have alredy download library from github and added it manually to libraries foldder - also with no luck...