prettyjson
prettyjson copied to clipboard
No color in nodejs anymore
Hi there,
Why is it that all of the sudden the colors are gone in the terminal printing from my nodejs app?
Anyone experiencing this?
The problem is in colors.js it doesn't work when the process is called from another process (for example when I run mocha from gulp). I've replaced colors/safe with chalk and it works like a charm. @rafeca Is it possible to replace colors.js dependency on chalk? It has same interface as colors/safe.
+1