#正确的书写形式:属性名+:(英文冒号)+(英文空格)+属性值。
YAMLException: can not read a block mapping entry; a multiline key may not be an implicit key at line 15, column 11:
categories:
^
#原因是:在default.yml文件中,有一个属性只有属性名没有属性值。添加属性值即可。
ERROR Process failed: languages/default.yml
TypeError: Cannot convert undefined or null to object
#原因是在title属性前有一个空格,一般出现这个错误都与空格有关系
YAMLException: end of the stream or a document separator is expected at line 2, column 1:
author: Mamba_girl
^