Hyperledger 网络存档 RuntimeException

Hyperledger Network Archive RuntimeException

谁能帮我解决这个运行时异常?

composer archive create -t dir -n .

[RuntimeException]
The "-t" option does not exist.

您是否安装了正确的 Composer?也许您安装了 composer 而不是 composer-cli

您可以使用命令 npm ls -g -depth=0 验证您拥有的内容,您应该会看到 composer-cli@0.19.7 等等。

如果您安装了 wrong Composer,请尝试使用这些命令来修复:

npm uninstall -g composer

npm install -g composer-cli