当前位置: 代码迷 >> 综合 >> gitbook build 报错:TypeError: cb.apply is not a function
  详细解决方案

gitbook build 报错:TypeError: cb.apply is not a function

热度:14   发布时间:2024-02-05 06:57:02.0

运行 gitbook build 后报错,初步判断是 node 版本升级导致

if (cb) cb.apply(this, arguments)^
TypeError: cb.apply is not a function

通过 nvm use 12 降低 node 环境后解决,类似报错也大多数由于 node 版本导致。

  相关解决方案