node 控制台颜色



const chalk = require('chalk');

console.log(chalk.red('hello world'))
原文地址:https://www.cnblogs.com/zhangshuda/p/7640243.html