Closed
Description
Q | A |
---|---|
Bug report? | yes |
Feature request? | no |
BC Break report? | no |
RFC? | no |
Symfony version | 4.0.0 RC1 |
When I try to install any bundle that installs assets in a new Symfony Flex install, I get the following error at the end of composer installation:
!! --- ------------------- ------------------------------------
!! Bundle Method / Error
!! --- ------------------- ------------------------------------
!! ✘ ApiPlatformBundle The start path "" is not absolute.
!! ✘ EasyAdminBundle The start path "" is not absolute.
!! --- ------------------- ------------------------------------
This can be reproduced with the following command:
composer create-project symfony/skeleton api 4.0.0-RC1 && cd api && composer require api