[Vuejs]-Special character and icons didn't appear in my cmd while install vue-cli or laravel artisan command in windows

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.

👤Jesper

Leave a comment