问题的原因是: node.js需要读取序列化的字符串,但md文件中写的是中文字符:
需要手工将中文变成URL编码,即可顺利编译。
%E7%BB%93%E6%9E%84.png
结构.png
error: error while generating page "guide-book/chapter1-3.md":
TypeError [ERR_UNESCAPED_CHARACTERS]: Request path contains unescaped characters
问题的原因是: node.js需要读取序列化的字符串,但md文件中写的是中文字符:
需要手工将中文变成URL编码,即可顺利编译。
%E7%BB%93%E6%9E%84.png
结构.png
error: error while generating page "guide-book/chapter1-3.md":
TypeError [ERR_UNESCAPED_CHARACTERS]: Request path contains unescaped characters