Tell us about your environment
What did you do? Please include the actual source code causing the issue.
When building pages, a progress bar is shown. However, when using gitbash on Windows terminals (or any mintty terminals), the progress bar does not show.
Issue is related to https://github.com/visionmedia/node-progress/issues/170.
What did you expect to happen?

What actually happened? Please include the actual, raw output.

The fix for visionmedia/node-progress#170 has been merged, but the bug still happens even on [email protected], which includes the fix. Thus, that doesn't seem to be the cause.
After some investigation, it seems like this bug is actually related to visionmedia/node-progress#110. The PR referenced in the issue visionmedia/node-progress#168 fixes this bug with the forceTTY option, but it has not yet been merged.
Most helpful comment
The fix for visionmedia/node-progress#170 has been merged, but the bug still happens even on
[email protected], which includes the fix. Thus, that doesn't seem to be the cause.After some investigation, it seems like this bug is actually related to visionmedia/node-progress#110. The PR referenced in the issue visionmedia/node-progress#168 fixes this bug with the
forceTTYoption, but it has not yet been merged.