When using the cmd.exe host option in MSYS, flow-bin 0.52.0 on Node v8.3.0 attempts to use ANSI color codes, but fails:

Using the default terminal in cmd.exe results in uncolored text, which is correct enough I guess.
It also does not work under MinGW bash:

Same here with MINGW64 bash. Starting flow using the --color options seems like a workaround for now:
flow --color never
I came across same issue with on Windows 7 - MINGW32.
@beatgrabe thanks for the tip
Most helpful comment
Same here with MINGW64 bash. Starting
flowusing the--coloroptions seems like a workaround for now:flow --color never