I'm using Grunt task runner to build a web app on Windows 8.1, and have JShint task for checking Javascript. The Gruntfile was generated using the Webapp generator.
When JSHint detects an error, the output generated in the terminal window is colored navy blue - which is very difficult to read against the black background color of the terminal window.
I have tried to change the background color to something else, but while it fixes the JShint output, it makes other output hard to read.
So my question is; how do I change the color of the JSHint output?
I found this question when trying to do the same thing. One thing that you can try is using the no-color flag. Run like this:
grunt jshint --no-color
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With