[TypeError]
Symfony\Component\Process\Process::__construct(): Argument #1 ($command) must be of type array, string given, called in /home/andre/prodigitude/vendor/oro/platform/src/Oro/Bundle/InstallerBundle/Composer/PermissionsHandler.php on line 110
[TypeError]
Symfony\Component\Process\Process::__construct(): Argument #1 ($command) must be of type array, string given, called in /home/andre/prodigitude/vendor/oro/platform/src/Oro/Bundle/InstallerBundle/Composer/PermissionsHandler.php on line 110
Summary
I am following this document to install OroCommerce CE https://doc.oroinc.com/backend/setup/dev-environment/docker-and-symfony/#setup-dev-env-docker-symfony-recommendations
When I run composer install -d I get this error:
Steps to reproduce
Follow steps here: https://doc.oroinc.com/backend/setup/dev-environment/docker-and-symfony/ubuntu/ Fix the path because it has to be symfony5 in the path Then follow this: https://doc.oroinc.com/backend/setup/dev-environment/docker-and-symfony/#setup-dev-env-docker-symfony-recommendations
Actual Result
Expected Result
Installation would succeed
Details about your environment
Additional information