1👍
✅
There seems to be a bug with the latest version of symfony/console
, so you you’re facing this problem, then you have to downgrade with the following command:
composer require symfony/console:4.3.4
Note: It only seems to be a bug for Windows users at the moment.
Source:stackexchange.com