starcoin icon indicating copy to clipboard operation
starcoin copied to clipboard

[MPM] The color information output by the MPM command does not take effect on the Windows platform

Open yubing744 opened this issue 2 years ago • 2 comments

Bug Report

The color information output by the MPM command does not take effect on the Windows platform

OS: Windows 10 mpm: v1.11.9-alpha

Current behavior:

image

Expected behavior:

Display color normally or not

Steps to reproduce:

git clone https://github.com/starcoinorg/guide-to-move-package-manager.git
cd guide-to-move-package-manager/basic-coin
mpm.exe package test

yubing744 avatar May 12 '22 23:05 yubing744

@LemonHX, is this the bug of the termcolor?

jolestar avatar May 16 '22 02:05 jolestar

ANSI terminal control code is not enabled by default on Windows: https://superuser.com/questions/413073/windows-console-with-ansi-colors-handling

xudon9 avatar May 16 '22 02:05 xudon9