NO_COLOR does not work with Ink #18514
Labels
help wanted
Issue with a clear description that the community can help with.
type: bug
An issue or pull request relating to a bug in Gatsby
Ink uses chalk internally which does a bunch of magic to figure out whether to render colours or not.
In /packages/gatsby-cli/src/reporter/index.js we try to set
FORCE_COLOR
to 0 but that is too late because chalk has already initialised and set colours to true.The text was updated successfully, but these errors were encountered: