ConEmu: Broken lines in progress bar while using Yarn
Problem description
When I run yarn install
or yarn upgrade
the progress bar is somehow vertical instead of horizontal and - one-line. Take a look at screenshots below for better understanding. I’ve tried multiple yarn versions with cmd and ConEmu. CMD always works as expected, ConEmu does not. So, it is not a bug in yarn package manager, but in ConEmu. This issue could be caused by latest Windows 10 Creators Update. Is ConEmu fully compatible with it?
Versions
ConEmu build: 1.70402 x64 OS version: Windows 10 x64 (Creators Update 1703) Node.js: 7.9.0 Yarn: v0.23.2
Steps to reproduce
- Install Yarn package manager
- Run
Yarn install
in directory with package.json to install npm packages. - Watch console.
Actual results
Broken progress bar:
Expected results
One-line progress bar in cmd and how it looked like a couple days ago in ConEmu:
About this issue
- Original URL
- State: open
- Created 7 years ago
- Reactions: 4
- Comments: 22 (6 by maintainers)
@Maximus5 problem can still be reproduced with
ConEmu64.exe -basic -run cmd
.not using clink. just powershell within conemu.
I didn’t make a decision yet. This issue needs more investigations, perhaps I can implement some workarounds, if it really depends on ConEmu.
Yes! Solved! Menu -> Debug -> Properties … Here check “Use legacy console” option on the bottom.