I installed Symfony 4.2 via composer
composer create-project Symfony/website-skeleton my-project
everything works correctly, then I put the project in gitlab. a friend of mine tried to clone it on its own computer in order to work on the same project, and when he runs composer install
he got an error :
Script cache:clear returned with error code 255
Frankly, I tried everything I can find on the web and Stack Overflow but unfortunately, i didn't succeed.
Thanks in advance for any help