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 版本导致。
推荐阅读
-
Vue 报错TypeError: this.$set is not a function 的解决方法
-
TypeError: cb.apply is not a function
-
报错:Uncaught TypeError: $(…).dialog is not a function,处理方法。
-
vue报错:TypeError: Object(...) is not a function
-
Vue 报错TypeError: this.$set is not a function 的解决方法
-
gitbook build 报错:TypeError: cb.apply is not a function
-
解决定时器报错:Uncaught TypeError: that.setAttribute is not a function
-
TypeError: cb.apply is not a function