Fedora 29 安装 GitBook 教程
Fedora 29 安装 GitBook 教程
安装 nvm
安装 nvm
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.11/install.sh | bash
退出终端
exit
安装 node
nvm install node
安装 GitBook
更换 npm 源
npm config set registry https://registry.npm.taobao.org
npm install -g gitbook-cli
安装 GitBook 依赖
安装 svgexport
npm install -g svgexport --unsafe-perm
安装 calibre
sudo dnf install calibre