Skip to content
 
 

Latest commit

 

History

9 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

项目说明

gitbook

基于gitbook框架进行调试

下载 gitbook , gitbook 默认是 3.2.3 版本,此版本只能通过 nodeJS 10.x 编译,版本过高会报错

报错如下:

TypeError: cb.apply is not a function

安装流程:

# 执行下载命令

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

# source 环境此终端的环境变量

source ~/.nvm/nvm.sh

# 下载 node10 版本

npm install gitbook -g

nvm install 10

nvm use 10

调试

npm install gitbook -g

# 本地调试
gitbook serve

# 编译
gitbook build

#其他命令 

gitbook -h

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors