We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, I tried to build this project with gitbook build ., but it failed with a lot of plugins missing, I have tried the following book.json.
gitbook build .
book.json
How can I make it buildable locally.
{ "plugins": [ "hints", "highlight", "search", "lunr", "sharing", "fontsettings", "theme-default", "tabs2" ] }
The gitbook-cli could not run on newer version of node like v20,v22, I use some hacks mentioned on GitbookIO/gitbook-cli#110 (comment) and GitbookIO/gitbook-cli@master...gengjiawen:gitbook-cli:master.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi, I tried to build this project with
gitbook build .
, but it failed with a lot of plugins missing, I have tried the followingbook.json
.How can I make it buildable locally.
The gitbook-cli could not run on newer version of node like v20,v22, I use some hacks mentioned on GitbookIO/gitbook-cli#110 (comment) and GitbookIO/gitbook-cli@master...gengjiawen:gitbook-cli:master.
The text was updated successfully, but these errors were encountered: