Fedora 29 安装 GitBook 教程

Fedora 29 安装 GitBook 教程

本文原始地址:https://sitoi.cn/posts/53731.html

安装 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
posted @ 2019-11-08 13:24  Sitoi  阅读(202)  评论(0编辑  收藏  举报