Color code issue on MSYS for Win
See original GitHub issueDescription
Buggy color character
Steps to reproduce
Use msys
execute gatsby new
Expected result
Colors
Actual result
Raw chars
Environment
System: OS: Windows 10 10.0.18363 CPU: (12) x64 Intel® Core™ i7-8700 CPU @ 3.20GHz Binaries: Node: 12.16.2 - C:\Program Files\nodejs\node.EXE Yarn: 1.21.1 - ~.yarn\bin\yarn.CMD npm: 6.14.4 - C:\Program Files\nodejs\npm.CMD Languages: Python: 2.7.18 - /c/Python27/python Browsers: Edge: 44.18362.449.0 npmPackages: gatsby: ^2.21.37 => 2.21.37 npmGlobalPackages: gatsby-cli: 2.12.34
Issue Analytics
- State:
- Created 3 years ago
- Comments:6 (1 by maintainers)
Top Results From Across the Web
ANSI color codes fail in Windows MSYS Bash in cmd.exe #4568
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...
Read more >MinGW/MSYS shell colors - Stack Overflow
I solved it. The command to use is echo -e . So, in the makefile: foo.o: foo.c @echo -e "\033[32mCompiling foo.c\033[0m" $(CC) $(CFLAGS)...
Read more >MSYS2 Packages
Package Version Description
mingw‑w64‑x86_64‑3proxy 0.9.4‑1 3proxy ‑ tiny free proxy server (mingw‑w64)
mingw‑w64‑x86_64‑4th 3.62.5‑1 A Forth Compiler (mingw‑w64)
mingw‑w64‑x86_64‑SDL_gfx 2.0.26‑1 SDL Graphic Primitives (mingw‑w64)
Read more >Tutorial: Configure CLion on Windows - JetBrains
You can use this bundled toolchain or switch to a custom MinGW installation. Install MinGW (optional).
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
We’d appreciate any more input from other people to be able to pin point the issue.
Does someone have the answer to this? Same problem here, I don’t know hot to fix it. 😢