SaxonJS - xslt3 - ObjectNotFound: (xslt3:String) [], CommandNotFoundException

SaxonJS - xslt3 - ObjectNotFound: (xslt3:String) [], CommandNotFoundException

我想用 Saxon JS 转换 XML 带有样式表 XSLT 的文件。

我做了: npm 安装 saxon-js npm 安装 xslt3

下一步是:xslt3 -xsl:xslt_filepath.xslt -export:books.sef.json -nogo

我遇到错误

xslt3 : Die Benennung "xslt3" wurde nicht als Name eines Cmdlet, einer Funktion, einer Skriptdatei oder eines ausführbaren Programms erkannt. Überprüfen Sie die Schreibweise 
des Namens, oder ob der Pfad korrekt ist (sofern enthalten), und wiederholen Sie den Vorgang.
In Zeile:1 Zeichen:1
+ xslt3
+
    + CategoryInfo          : ObjectNotFound: (xslt3:String) [], CommandNotFoundException
    + FullyQualifiedErrorId : CommandNotFoundException

packet.json 有

"xslt3": "^2.0.2",
"saxon-js": "^2.0.2",

可能是什么问题?

我在 Windows 10 PC 和 windows 10 笔记本电脑上也有同样的错误

尝试在 npm 命令中使用 -g(全局)选项进行安装。