Closed CelineViala closed 4 years ago
can you check if you're using the latest version of flex? It should be 1.9.6
Yes I'm using the 1.9.6 version of symfony/flex
I suppose you already have twig installed, don't you? If yes, then the behavior is expected since https://github.com/symfony/flex/pull/655: packs are auto-unpacked, then removed.
Yes Twig is already installed... So actually, all is allright??
Yep, no issue here.
@nicolas-grekasi had the same issue and path and that caused the error, but based on documentation I thought I need this package. I tried to install it, but it was removed.
This plus https://github.com/symfony/symfony/issues/37439 was the solution for me.
Documentation https://symfony.com/doc/current/controller/error_pages.html#overriding-the-default-error-templates
Hi, When I try to install this package, it doesn't work. The installation starts normally but at the end of the processus the pack is removed without any error message:
How fix out that ??