节点模块 raml2html 返回空括号

node module raml2html returning empty braces

我正在使用 raml2http 节点包将我的 raml 文档转换为 html 文档。

使用

全局安装了 raml2http
npm install -g raml2html

将 raml 转换为 html 的命令

raml2html -i [input file path] -o [output file path]

结果 - 空括号而不是 html 文档。

{}

我是不是做错了什么?

根据 raml2html docs,raml2html 4 及更高版本仅支持 RAML 1.0 文件。我已经安装了 raml2html 4 并在 raml 0.8 文件上使用它,因此得到了空括号。降级 raml2html 版本解决了这个问题。