Skip to content

未找到文件解析器

FileParserNotFound:未找到 ‘FILE_NAME’ 的解析器。将解析器函数(例如 parser: csv)传递给 file 加载器。

¥FileParserNotFound: No parser was found for ‘FILE_NAME’. Pass a parser function (e.g. parser: csv) to the file loader.

¥What went wrong?

file 加载器无法确定要使用哪个解析器。请提供自定义解析器(例如 toml.parsecsv-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:

Astro v5.8 中文网 - 粤ICP备13048890号