I'm not getting colorized output when running concurrently on a script that is outputing stuff with chalk.
- Clone the project:
git clone https://github.com/kentcdodds/chalk-concurrently-bug.git
- Install the dependencies:
npm install
- Try running the script
npm run concurrently
and you'll notice that the text is not colored - Then run the script
npm run notConcurrently
and you'll notice that the text is colored