GitbookIO / gitbook-cli

GitBook's command line interface

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

'gitbook serve' error

mobguang opened this issue · comments

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 error when I execute 'gitbook serve' command:

Live reload server started on port: 35729
Press CTRL+C to quit ...

info: 7 plugins are installed
info: loading plugin "livereload"... OK
info: loading plugin "highlight"... OK
info: loading plugin "search"... OK
info: loading plugin "lunr"... OK
info: loading plugin "sharing"... OK
info: loading plugin "fontsettings"... OK
info: loading plugin "theme-default"... OK
info: found 1 pages

Error: ENOENT: no such file or directory, stat '/Users/myname/Library/Application Support/Docker Desktop/SingletonCookie'

May I know how I can solve it?

Thanks in advance.