欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

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

程序员文章站 2022-04-03 08:26:13
...

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

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

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

相关标签: 开发经验