gitbook-cli icon indicating copy to clipboard operation
gitbook-cli copied to clipboard

GitBook's command line interface

Results 85 gitbook-cli issues
Sort by recently updated
recently updated
newest added

C:\Users\A1387>npm install -g gitbook-cli changed 46 packages in 9s C:\Users\A1387>gitbook --version CLI version: 2.3.2 Installing GitBook 3.2.3 C:\Users\A1387\AppData\Roaming\npm\node_modules\gitbook-cli\node_modules\npm\node_modules\graceful-fs\polyfills.js:287 if (cb) cb.apply(this, arguments) ^ TypeError: cb.apply is not a function at...

My environment information as following: OS: Ventura 13.2.1 Gitbook version: 3.2.3 CLI version: 2.3.2 npm version: 6.14.12 node version: 10.24.1 ---- I encounter the problems below when I run **gitbook...

### environment + 1.Windows7 + 2.CLI version: 2.3.0 + 3.GitBook version: 3.2.2 when run code `gitbook serve` or `gitbook build` ;I've found an error > Error: ENOENT: no such file...

Hi, it looks like I can't install any version ``` rhaym@rhaym-debian # gitbook fetch 3.2.3 Installing GitBook 3.2.3 \ Error: Failed to parse json Unexpected token 'u' at 1:1 [email protected]"...

``` ➜ the-swift-programming-language-in-chinese git:(gh-pages) gitbook build Installing GitBook 3.2.3 (node:12870) [DEP0150] DeprecationWarning: Setting process.config is deprecated. In the future the property will be read-only. (Use `node --trace-deprecation ...` to show...

Since the new version of node, when running `gitbook build` it fails with the following error: ``` Installing GitBook 3.2.3 /home/travis/.nvm/versions/node/v12.18.3/lib/node_modules/gitbook-cli/node_modules/npm/node_modules/graceful-fs/polyfills.js:287 if (cb) cb.apply(this, arguments) ^ TypeError: cb.apply is not...

I'm using: Node v4.3 (LTS) Win7 and I get this error: ``` gitbook pdf ./FOLDER ./PDFFOLDER Error: Command failed: C:\Windows\system32\cmd.exe /s /c "ebook-convert C:\cygwin64\tmp\tmp-142762n41q40\SUMMARY.html C:\cygwin64\tmp\tmp-142762n41q40\index.pdf ..... (Config stuff I don't...

Windows CLI version: 2.3.2 GitBook version: 3.2.3 If you run the following command, all files in the current directory will be deleted. Is this a bug? My important files were...

wangzhimengdeMacBook:books wangzhimeng$ gitbook init warn: no summary file in this book info: create README.md info: create SUMMARY.md TypeError [ERR_INVALID_ARG_TYPE]: The "data" argument must be of type string or an instance...

Hello, My environment information as following: - OS: macOS 13.0 (22A380) - Gitbook version: 3.2.3 - CLI version: 2.3.2 - npm version: 6.14.8 - node version: 10.23.0 I encounter following...