After updating to Windows 10 anniversary update(1607), the artisan text in Windows CMD becomes garbled.
Is there any way to fix this?
I've tried the legacy console option but not working.
After updating to Windows 10 anniversary update(1607), the artisan text in Windows CMD becomes garbled.
Is there any way to fix this?
I've tried the legacy console option but not working.
Seems like the anniversary update disabled the ansi color.
Let's just wait for the fix.
For now there's a workaround using --no-ansi
flag when calling the command.
Interestingly, if you pipe the colorized output of the command to a output.txt file and then use type output.txt
it shows the colors.
It seems like the problem arises from the way cmd is treating output ESC
character from programs after the Anniversary Update. (Although, they have added this feature in Insiders Build)
Workaround use Cmder, it's a good alternative to CMD and it still shows colors and of course Unicode characters.
I had the same problem. My solution was to set the Backwards-Compatibility of the cmd.exe to Windows 7. After that it worked again.