Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

For Windows User: make fails when attempting to composer install in the drupal container #3

Open
HyphenHook opened this issue Jan 8, 2024 · 3 comments

Comments

@HyphenHook
Copy link

image

Steps to recreate the issue:

  1. make lite_dev
@kylehuynh205
Copy link

Workaround:

  • Go into Drupal container and manually run the composer install
  • Run make lite_dev again.

@kstapelfeldt
Copy link
Member

Add workaround to docs.digital documentation

@HyphenHook
Copy link
Author

Solution for Windows:

  • Replace
docker-compose exec -T drupal with-contenv bash -lc 'composer install'

with

docker-compose exec -T drupal composer install

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Review
Development

No branches or pull requests

3 participants