when I try to build the fabric network by fabric-gm:
./network.sh up createChannel -ca -c mychannel
I got the error:
scripts/createChannel.sh: line 44: osnadmin: command not found
It seems that there is no command "osnadmin",so, I checked the cmd/ in fabric-gm,obviously,osnadmin is not there.
And then I checked the hyperledger/fabric v2.4.3,cmd/osnadmin existed!
I noticed that the fabric-gm is based on hyperledger/fabric v2.4.3,how can I solve this?
Thank you so much!
when I try to build the fabric network by fabric-gm:
./network.sh up createChannel -ca -c mychannel
I got the error:scripts/createChannel.sh: line 44: osnadmin: command not found
It seems that there is no command "osnadmin",so, I checked the
cmd/
in fabric-gm,obviously,osnadmin is not there. And then I checked the hyperledger/fabric v2.4.3,cmd/osnadmin
existed!I noticed that the fabric-gm is based on hyperledger/fabric v2.4.3,how can I solve this? Thank you so much!