Issue:
gitbook serve
Error: ENOENT: no such file or directory, stat
To fix:
Reach into ~/.gitbook/versions/3.2.2/lib/output/website/copyPluginAssets.js and tell cpr (aliased as fs.copyDir) not to “confirm” …which is what downstream invokes the stat.
change the confirm value to false.