macOS安装gitbook出错
Posted Locutus
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了macOS安装gitbook出错相关的知识,希望对你有一定的参考价值。
1. 发现的问题
# npm install gitbook-cli -g
# gitbook -V
# cd /path/to/kubernetes-handbook
# gitbook serve
/usr/local/lib/node_modules/gitbook-cli/node_modules/npm/node_modules/graceful-fs/polyfills.js:287
if (cb) cb.apply(this, arguments)
^
TypeError: cb.apply is not a function
2. 解决问题
降低node的版本。
# brew install node@10
# brew unlink node
# brew link --overwrite node@10
Linking /usr/local/Cellar/node@10/10.24.1_1... 3859 symlinks created.
If you need to have this software first in your PATH instead consider running:
启动gitbook,在浏览器中,打开 http://localhost:4000
# gitbook -V
# cd /path/to/kubernetes-handbook
# gitbook serve
以上是关于macOS安装gitbook出错的主要内容,如果未能解决你的问题,请参考以下文章
在 macOS Catalina 上安装 RcppArmadillo 时出错 [重复]