- Issue created by @bgogoi
- ๐ท๐ดRomania cslevy
This patch was already included in the section_library module that's why is not applying anymore. This should be removed from the commerce_kickstart's composer.json
As a workaround:
In the main composer.json you can change this to false:
"composer-exit-on-patch-failure": true,
That will allow you to finish install (Run composer update after the changes).
- ๐ท๐ดRomania cslevy
In your main composer.json file in the extra section
"extra": {
"composer-exit-on-patch-failure": false
} - ๐บ๐ธUnited States joedevdrupal
Is Commerce Kickstart maintained anymore? Can someone give an update. The composer installation never seems to run correctly with errors as of late.
- Status changed to Needs review
over 1 year ago 7:07pm 20 July 2023 - ๐บ๐ธUnited States rszrama
Yes, this is maintained; sometimes people have vacations, though. ๐
In this case, since Section Library had a release, we can just remove the patch from
composer.json
as not needed any more. -
rszrama โ
committed 65438d1f on 3.x
Issue #3371803 by rszrama: Section Library release means the patch is no...
-
rszrama โ
committed 65438d1f on 3.x
- Status changed to Fixed
over 1 year ago 7:09pm 20 July 2023 Automatically closed - issue fixed for 2 weeks with no activity.