You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 25, 2020. It is now read-only.
composer create-project --stability dev --no-interaction --ignore-platform-reqs bradjonesllc/docker-drupal:dev-master PROJECT-DIR
I received an error from sh scripts/composer/install.sh:
sed: 1: ".gitignore": invalid command code .
Script sh scripts/composer/install.sh handling the post-create-project-cmd event returned with error code 1
Seems as though sed doesn't like a filename that begins with a period.
The text was updated successfully, but these errors were encountered:
@jordanlgraham This works on Linux but not Mac OS X, which appears to be a known issue with sed, not that it doesn't like the hidden-files dot prefix but that it requires different parameters. Open to a PR to fix on Mac.
Executing the quick-start command:
composer create-project --stability dev --no-interaction --ignore-platform-reqs bradjonesllc/docker-drupal:dev-master PROJECT-DIR
I received an error from sh scripts/composer/install.sh:
Seems as though sed doesn't like a filename that begins with a period.
The text was updated successfully, but these errors were encountered: