Bonjour,

Voila je rencontre un petit problème avec mon code.

lorsque je rentre des codes sur mon terminal sur visual code studio par exemple : symfony composer req "admin:^2" ou composer require symfony/security-bundle mon terminal m'affiche des erreurs

 Install of easycorp/easyadmin-bundle failed

Installation failed, reverting ./composer.json and ./composer.lock to their original content.

  [RuntimeException]
  Could not delete C:\Users\symfony\mon/vendor/composer/b5e7e7d0\EasyCorp-EasyAdminBundle-34f70c9\assets\css\easyadmin-theme:   
  This can be due to an antivirus or the Windows Search Indexer locking the file while they are analyzed

J'ai fais une réinstallation de composer et de symfony CLI, j'ai desactivé mes anti virus, j'ai supprimé la dernière mise a jour de windows search mais j'ai toujours le même problème.
Actuellement je suis sur php 8 et composer 2.0.8

avez-vous une solution à mon problème ?

2 réponses


Salut, j'ai le même problème mais uniquement avec vscode, si j'utilise composer avec git bash ou phpstorm, alors la ça fonctionne, je ne comprend plus rien avec ce bug, si quelqu'un a trouvé une solution ça serait sympa de nous la donner ...

J'ai trouvé ça sur le github, mais je ne comprend pas son histoire d'indexeur désactivé ...
Alright please feel free to give it a shot with the latest snapshot (composer self-update --snapshot).

The antivirus/search indexer warning was off actually, the reason that the removal is failing is that the directory is open in the terminal. That was only a symptom of the problem though, the real problem is that it should not try to remove the directory it's in while it is working on installing the package there.

@luceos as for the issue title no worries, not your fault if someone has chewing gum stuck under their caps lock key :p Thanks for giving us workable information to figure out the issue.