gitbook-cli
gitbook-cli copied to clipboard
GitBook's command line interface
It was discovered when a version of a private gitbook plugin that had a new version that was scoped was not being used in the gitbook and the old version...
When running `gitbook-cli serve -http` and changing a file in Webstorm, the process panics with (file varies): ``` Error: EPERM: operation not permitted, open 'D:\workspace\js\editor\_book\plugins\layout.md' ```
Windows 7 ``` PS C:\Users\Serhioromano> npm -v 5.6.0 PS C:\Users\Serhioromano> node -v v8.10.0 ``` Error ``` PS C:\Users\Serhioromano> npm install -g gitbook-cli npm ERR! path C:\Users\Serhioromano\AppData\Roaming\npm\node_modules\gitbook-cli\node_modules\npmi\node_modules\npm\node _modules\ansistyles npm ERR! code...
Hi, the command `gitbook build` should not copy the `.git` folder into the `_book` folder. It messes up with some deploying scripts using `_book` as a worktree. Thank's a lot...
Certain key elements seem to not be fully supported. Namely code blocks (inside tabs) and how images are displayed are causing problems. These problems occur both in PDF and HTML...
$ npm run serve > [email protected] serve F:\My\GitBook\my-gitbook > rm -rf _book && gitbook serve --timing && rm -rf _book Live reload server started on port: 35729 Press CTRL+C to...
I'm trying to execute the command to install gitbook-cli. `npm install gitbook-cli` And im getting the error messages `npm ERR! code E503` `npm ERR! 503 service unavailable: gitbook-cli@latest` `npm ERR!...
I find it strange that there is no connection or even documentation between the cli and books made with the Gitbook editor. There seem to be no commands to download...
Trying `gitbook build ./docs --gitbook=2.0.0`, throws the following error ``` Error loading version latest: Error: Cannot find module 'internal/util/types' at Function.Module._resolveFilename (module.js:557:15) at Function.Module._load (module.js:484:25) at Module.require (module.js:606:17) at require...
when i execute `gitbook install`, it does not start download. i guess `gitbook install` does not use HTTP(S)_PROXY environment variable.