我正在尝试向 SOLO 超级账本设置添加一个新对等方。我使用了超级账本作曲家。我更新了 crypto-config.yaml 文件,使对等点的计数为 2 以及其他更改。但是当我尝试在 hlfv1/composer cryptogen generate --config=./crypto-config.yaml 下运行这个命令时,我得到这个错误 Cryptogen command not found。我该如何解决?我使用链接https://hyperledger.github.io/composer/latest/installing/development-tools.html 中的 fabric-dev-servers 脚本来设置我的开发环境。
请帮忙。