docker-gitbook
docker-gitbook copied to clipboard
Getting a stat error for fontsettings.js
When I run the serve command I get the following error:
serve
docker run --rm -v "$PWD:/gitbook" -p 4000:4000 billryan/gitbook gitbook serve Error: ENOENT: no such file or directory, stat '/gitbook/_book/gitbook/gitbook-plugin-fontsettings/fontsettings.js'
I will check GitBook changes this tonight or this weekend.
Did you try init first?
Yeah I did. Tried in a clean new directory and get the same behavior. Thanks for looking into it though! Much appreciated.
Run install first, I forgot to update it in documents.
docker run --rm -v "$PWD:/gitbook" -p 4000:4000 billryan/gitbook gitbook install
Test successfully with my repo https://github.com/billryan/algorithm-exercise
Umm getting this now: Tried Install, init and then Serve and get this error then. Error: ENOENT: no such file or directory, stat '/gitbook/_book/gitbook/gitbook-plugin-highlight/ebook.css'
I'll try again on a different machine and get back to you
You can paste your OS/docker environment and your gitbook repo address here and I will look into it.
Did anyone get a solution?
i have the same problem