I'm using chalk version ^1.1.3
No idea why it's saying that the method is not recognized:
const chalk = require('chalk'),
_ = require('lodash'),
info = chalk.yellow,
green = chalk.green,
script = chalk.bgHex('#ebd2f8')
Error: chalk.bgHex is not a function
I also don't know how I'd append a text color on top of that background.