Console output disappears on PowerShell + ConEmu
See original GitHub issue- Do you want to request a feature or report a bug?
Bug.
- What is the current behavior?
I’m on Windows and I use ConEmu as my console emulator. Whenever I run netlify
through ConEmu on PowerShell, the colours break to the point where no text is visible on the console unless I select a block of text. It also persists after the command is finished, even after running cls
.
- If the current behavior is a bug, please provide the steps to reproduce.
- Install ConEmu.
- Run a PowerShell console through ConEmu.
- Run
netlify
. - Text disappears.
- What is the expected behavior?
Normal behaviour when running through a regular cmd
/powershell
window:
- Please mention your node.js, and operating system version.
- Node 8.9.0
- Windows 10 (x64) Build 16299
Issue Analytics
- State:
- Created 6 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
Some Windows Bugs and Workarounds - ConEmu
After resizing ConEmu in Windows 10 console contents becomes invisible. It looks like contents was erased, but actually text attributes are to 'black...
Read more >Cannot make ConEmu the default terminal console on ...
First of all I should point out I was having issues with it starting up with Windsows so I had to add it...
Read more >How to keep ConEmu in current directory after a run command?
If I invoke ConEmu from the windows cmd prompt p.e. ... Immediately after the output ConEmu asks to "Press Enter or Esc to...
Read more >ConEmu - The Windows Terminal/Console/Prompt we've ...
I've gone and customized my Windows 7 task list to include Azure PowerShell, Git Bash in Cygwin, Far and Visual Studio's command prompt....
Read more >ConEmu Reviews 2022: Details, Pricing, & Features - G2
ConEmu -Maximus5 is a Windows console emulator with tabs, which presents multiple consoles and simple GUI applications as one customizable GUI window with ......
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
@verythorough Hey, sorry for taking too long to get back to you!
And yeah, using
netlifyctl
fixed the colours. Thanks!Hm, that is so strange!
I’m curious—have you tried the Go-based cli tool, netlifyctl? I wonder if it has the same issue. We’ll be focusing future development efforts on that client, so I recommend giving it a try. (It just recently reached feature equivalence with netlify-cli, so we’re in the process of updating the docs to match, but all commands described in the docs are available in netlifyctl in the same way they’re available in netlify-cli.)