I\'m trying Hyperledger Composer v0.16.0. According to this procedure, I want to Deploy BNA to Fabric network on cloud. but following error occurs. Kindly let me know how I
The runtime must be installed on fabric for the network to start.
"composer runtime install -c PeerAdmin@hlfv1 -n "
The Steps:
1) ./startFabric.sh,
2) ./createPeerAdminCard.sh,
3) composer runtime install -c PeerAdmin@hlfv1 -n ,
4) composer network start -a ./@0.0.1.bna -A admin -S adminpw -c PeerAdmin@hlfv1