consoletint is a super lightweight alternative to chalk and ansi-styles!
First, Install the module using:
npm install consoletint
Then, import it into your scripts:
var colors = require('consoletint')
Now, you can use it throughout your project.
console.log(colors.green('It Works!'))