Php artisan displaying strange characters on windows command prompt

前端 未结 3 1598
无人共我
无人共我 2021-01-05 07:31

Please can anyone help me with this error I\'m getting on command prompt for windows 10. Whenever I try to utilize the php artisan feature in Laravel 5.2 I get this error. I

3条回答
  •  温柔的废话
    2021-01-05 07:35

    That's not an error. Those are color codes, which the Windows terminal apparently doesn't support.

    There's an uncited note on the Wikipedia article that Windows 10 TH2 patch version does. YMMV.

    Here's what they look like in a terminal that supports them:

提交回复
热议问题