Reputation: 11
I'm using Otto to setup a dev environment, and working from Powershell. Powershell inserts extra characters instead of what seems like it should be colors in the output. How can I change the Powershell configuration to display the output properly?
PS C:\dev\otto\discourse> otto dev
←[0m←[1m==> Creating local development environment with Vagrant if it doesn't exist...←[0m
←[0m
Upvotes: 1
Views: 183
Reputation: 11
I think I found a workaround for my problem. Using PowerShell ISE seems to display the error messages in a much more readable format.
Upvotes: 0