cloud-gov / cf-ex-drupal8

Drupal 8 example for cloud.gov/CloudFoundry.
GNU General Public License v2.0
11 stars 5 forks source link

bin/composer install does not execute #22

Closed spitt16 closed 5 months ago

spitt16 commented 5 years ago

I am following the steps of cf-ex-drupal8, but every time I get to the bin/composer install step, I receive the message below.

C:\Users\sonyango>cd cf-ex-drupal8

C:\Users\sonyango\cf-ex-drupal8>bin/composer install 'bin' is not recognized as an internal or external command, operable program or batch file.

cwilkescw commented 5 years ago

I get that on Docker for Windows. I have been able to cd into the bin directory and then run "composer install". Docker for Windows then finds the composer.json is the main directory and it runs.

image