drupalwxt/wxt-project

Cannot apply patch

Opened this issue · 2 comments

Hello,

Getting the error: Cannot apply patch Enter drupal/core patch #2752443 while running composer create-project drupalwxt/wxt-project:4.2.4 command.

Any suggestions?

This happens because the patch uses rename. Can be fixed by installing gpatch using brew, if using macOS:

brew install gpatch

cweagans/composer-patches#172

Another fix is to recreate the patch using git diff --no-renames.