Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Console output disappears on PowerShell + ConEmu #34

Closed
resir014 opened this issue Nov 10, 2017 · 5 comments
Closed

Console output disappears on PowerShell + ConEmu #34

resir014 opened this issue Nov 10, 2017 · 5 comments

Comments

@resir014
Copy link

- 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.

image

image

- 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:

image

- Please mention your node.js, and operating system version.

  • Node 8.9.0
  • Windows 10 (x64) Build 16299
@verythorough
Copy link
Contributor

Looks OK in my ConEmu/PowerShell:
ps-netlify-cli

so we must be using different color schemes. Here's what I have in Settings > Features > Colors:
conemu-colors

@verythorough
Copy link
Contributor

Also, one of the cool things about ConEmu is that it live updates the console window when you change the colors, so you can have the window open with the netlify-cli text, then scroll through the different color schemes (or change colors individually) until you see the text.

@resir014
Copy link
Author

@verythorough Hmm, this is weird, tried cycling through the color schemes, nothing else worked except PowerShell (but only briefly):

2017-11-11_11-26-24

But when I switch to it, it broke again.

2017-11-11_11-34-11

2017-11-11_11-33-00

I was using the Ubuntu color scheme, with no additional configuration.

@verythorough
Copy link
Contributor

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.)

@resir014
Copy link
Author

@verythorough Hey, sorry for taking too long to get back to you!

And yeah, using netlifyctl fixed the colours. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants