Hyperledger Network Archive RuntimeException

时间:2018-06-05 15:48:27

标签: hyperledger-fabric hyperledger hyperledger-composer

有人可以帮我解决这个runtimeexception吗?

composer archive create -t dir -n .

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

1 个答案:

答案 0 :(得分:0)

您是否安装了正确的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