Fedora 安装 GitBook 教程

安装 nvm

安装 nvm

1
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.11/install.sh | bash

退出终端

1
exit

安装 node

1
nvm install node

安装 GitBook

更换 npm 源

1
npm config set registry https://registry.npm.taobao.org
1
npm install -g gitbook-cli

安装 GitBook 依赖

安装 svgexport

1
npm install -g svgexport --unsafe-perm

安装 calibre

1
sudo dnf install calibre