未找到文件解析器
FileParserNotFound:未找到 ‘FILE_NAME’ 的解析器。将解析器函数(例如
parser: csv
)传递给file
加载器。¥FileParserNotFound: No parser was found for ‘FILE_NAME’. Pass a parser function (e.g.
parser: csv
) to thefile
loader.
什么地方出了错?
标题部分 什么地方出了错?¥What went wrong?
file
加载器无法确定要使用哪个解析器。请提供自定义解析器(例如 toml.parse
或 csv-parse
)以便根据你的文件类型创建集合。
¥The file
loader can’t determine which parser to use. Please provide a custom parser (e.g. toml.parse
or csv-parse
) to create a collection from your file type.
也可以看看:
¥See Also:
Error Reference