shell - Is there a way to permanently turn off ANSI for Composer? -
When I run a composer in my shell, it provides all the text with a dark colored background color , So that it is almost impossible to read
I have an option to supply the - no-ansi argument with every command that runs, but it is actually a pain like looks like. Is there a way to turn it off by default? Or what color can change when some more readable?
So it is revealed that this was because I had an "old" version of the composer when I I tried to run the install, I got the warning
: This composer's build is 30 days old. To get the latest version, updating it by running "/ usr / local / bin / composer self-update" is recommended. I have auto-update , and it has been noticed that in the last 30 days there was not even a new version, but now it is a readable color scheme.
Comments
Post a Comment