acquia / df-project

A Composer-based installer for the Demo Framework Drupal distribution
https://github.com/acquia/df
10 stars 5 forks source link

Composer skipping patches #7

Open ugintl opened 4 years ago

ugintl commented 4 years ago

Most of the patches did not apply and skipped. I think few did apply. It means that those which did not apply, were already applied. Here is the result after running the composer command.

D:\drupal\distributions>composer create-project acquia/df-project DF -s dev Creating a "acquia/df-project" project at "./DF" Installing acquia/df-project (dev-8.x-4.x 764d6354cc4c2478e5e3b4a8ae7a389a4aff7f95)

D:\drupal\distributions>

ugintl commented 4 years ago

The problem was on my side. For others with the same problem. I am on windows 10, Acquia Dev Desktop, Composer 1.10 and PHP 7.2. I did 2 things to solve it. 1. Added C:\Program Files\Git\usr\bin to my system path under environment variables. 2. Use cmd as a normal user and not administrator.