If you call cordova requirements you get highlighting colors for warnings and errors.
If you call ionic cordova requirements this gets lost and is all boring.
I can't fix this unless the CLI we're wrapping allows forcing output of colors. Most will detect whether they're running in a tty, and if not, they don't print any colors.
If you call
cordova requirements
you get highlighting colors for warnings and errors. If you callionic cordova requirements
this gets lost and is all boring.