- Merge request !144Issue #3264249: Composer library error "the given path has multiple possibilities" → (Open) created by eduardo morales alberti
When I try to install the libraries using the composer merge plugin and the file composer.libraries.json, I got an error when composer tries to install the library jquery/icheck.
The error is when trying to download the zip https://github.com/fronteed/icheck/archive/1.0.2.zip:
the given path has multiple possibilities: #<Git::Ref:0x00007fe6828d4580>, #<Git::Ref:0x00007fe6828dbfd8>
I think it is because there is a branch called 1.0.2 and also a tag with the same name.
Add the webform libraries following the documentation on https://www.drupal.org/docs/8/modules/webform/webform-frequently-asked-q... →
After the composer update --lock command to download the libraries it will fail.
Avoid the ambiguity on the url, and replace https://github.com/fronteed/icheck/archive/1.0.2.zip to https://github.com/dargullin/icheck/archive/refs/tags/1.0.2.zip
Fixed
6.2
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.