chalk.bgHex 不是函数

chalk.bgHex is not a function

我正在使用 chalk 版本 ^1.1.3

不知道为什么说无法识别该方法:

const chalk = require('chalk'),
  _ = require('lodash'),
  info = chalk.yellow,
  green = chalk.green,
  script = chalk.bgHex('#ebd2f8')

错误:chalk.bgHex is not a function

我也不知道如何在该背景上添加文本颜色。

引入 hex/bgHex 的提交刚刚提交 2 hours ago。该提交没有新发布到 NPM 存储库。

如果你想使用它,你可以使用模块的 GitHub-hosted 版本:

$ npm i chalk/chalk

但是,这样做要格外小心。开发人员尚未发布新版本(即尚未完成)可能是有原因的。