Open ryotlee opened 7 years ago
Same issue
Same issue
The same issue
Same issue
Same here, starting from 3.0.0.
Same issue !! with GitBook version 3.2.2 on Windows 7
As a workaround, just put module.exports = {}
in fontsettings.js
. Upon next restart it will be filled out with some generated content.
same issue on windows7. 1.Windows7 2.CLI version: 2.3.2 3.GitBook version: 3.2.3
same~
win10, node 6.11.4, gitbook 3.2.3
See GitbookIO/gitbook#1309
Same issue
Same issue
Same issue
GitBook 3.2.3. Same issue.
Same issue.
cd ~/.gitbook/versions/版本/lib/output/website/
vim copyPluginAssets.js
try to delete confirm: ture
in the bottom, about line112.
@retp, it doen't help. The issue still occurs.
All in all, I've moved to MkDocs.
~/.gitbook/versions/lib/output/website/copyPluginAssets.js
Line 112
return fs.copyDir(
assetsFolder,
assetOutputFolder,
{
deleteFirst: false,
overwrite: true,
// Edited this line
confirm: false
}
);
helps me :)
Thanks to @retp !
I got it @everyone .
I turn off my virus-killing software. Then that's OK
thx, i close huorong software, gitbook can build successfully.
@retp My linux CI server doesn't have antivirus software installed. But I've faced the issue. And removing "confirm: true" hasn't helped.
@remal what about OpenVPN or a tunneled network? I wouldn't have thought they'd present an issue, but... I have those. You never know.
@pospi I use GitLab CI runner, that executes scripts in Docker containers... I confiured GitLab CI runner to spawn a new VM via docker-machine to run Docker containers.
my md contains special statements such as
{% extends 'base.html.twig' %}
and this error happened
Another way to solve this issue is that:
cd ~/.gitbook/versions/版本/lib/output/website/
vim copyPluginAssets.js
try to deleteconfirm: ture
in the bottom, about line112.
Thanks!it helps me!!!
Turn off 360 ,火绒 or others security software can solve this problem
关闭杀毒软件 就可以解决这个问题~
I got it @everyone .
I turn off my virus-killing software. Then that's OK
thx so much !!!!!!!!!!!!!!!!!!!!!!!!!!!!
I got it @everyone .
I turn off my virus-killing software. Then that's OK
thx, i close huorong software, gitbook can build successfully.
thx !
关掉360安全卫士就好了
I got it @everyone .
I turn off my virus-killing software. Then that's OK
"turn off virus-killing software", It works.
cd ~/.gitbook/versions/版本/lib/output/website/
vim copyPluginAssets.js
try to deleteconfirm: ture
in the bottom, about line112.
Bug in confirm: true
is fixed in cpr@3
(https://github.com/davglass/cpr/pull/57), but gitbook still depends on cpr@1
.
Installation of patched cpr
using gitbook's npm
:
cd ~/.gitbook/versions/3.2.3
npx npm install cpr@3
@Audio it doesnt seem to work :( Thanks though
Another way to solve this issue is that:
cd ~/.gitbook/versions/版本/lib/output/website/
vim copyPluginAssets.js
try to deleteconfirm: ture
in the bottom, about line112.
you make my gitbook works, thx
cd ~/.gitbook/versions/版本/lib/output/website/
vim copyPluginAssets.js
try to deleteconfirm: ture
in the bottom, about line112.Bug in
confirm: true
is fixed incpr@3
(davglass/cpr#57), but gitbook still depends oncpr@1
.Installation of patched
cpr
using gitbook'snpm
:cd ~/.gitbook/versions/3.2.3 npx npm install cpr@3
thx, it works!
same issue
I got it @everyone .
I turn off my virus-killing software. Then that's OK
works for me! thanks
Same error, please fix.
Windows 10 + WSL2 + GitBook 3.2.3
cd ~/.gitbook/versions/版本/lib/output/website/
vim copyPluginAssets.js
try to deleteconfirm: ture
in the bottom, about line112.Bug in
confirm: true
is fixed incpr@3
(davglass/cpr#57), but gitbook still depends oncpr@1
.Installation of patched
cpr
using gitbook'snpm
:cd ~/.gitbook/versions/3.2.3 npx npm install cpr@3
this fix helps with fontsettings error but site still not generating. Output directory always empty even if I try real projects like github.com:eucariot/SDSM.git with v3.2.3. v4.0.0-alpha.6 generates empty pages. gitbook update
tries to setup v2.6.9 which is also not work
Looks like commercialization kills this project
Another way to solve this issue is that:
cd ~/.gitbook/versions/版本/lib/output/website/
vim copyPluginAssets.js
try to deleteconfirm: ture
in the bottom, about line112.
it works like a charm!
environment
when run code
gitbook serve
orgitbook build
;I've found an errorbut when i run with gitbook-v2.0.1 it's ok
everything is ok
Done, without error