-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use pretty colors in the output? #18
Comments
In a little more detail: this is what I get from putting it in a nested // ...
"setup": "npm run setup:engines && npm run setup:script",
"setup:engines": "check-node-version --node 9",
"setup:script": "node scripts/setup.js",
// ...
Someone with a very old Node version might not see the actual error. In fact, that happened earlier today with a teammate of mine. |
Yes, this would be great and I would greatly appreciate a PR for this! @paulmelnikow suggested this in #15 too. Using chalk sounds good to me, especially since it checks for a tty before enabling colors. |
Woohoo! |
https://github.com/chalk/chalk can do it for you, though if you want just an angry red & bold color it's easy to do inline.
I'd be willing to send a PR too!
The text was updated successfully, but these errors were encountered: