I a trying to deploy my blockchain network on a cloud server, but the following command to deploy the bna file on the running hyperledger instance fails:
composer network deploy -a basic-sample-network.bna -p hlfv1 -i PeerAdmin -s randomString
I have tried the following things:
uninstalling and installing composer-cli
uninstalling and then installing node and npm.
I am getting an error as mentioned in the title. Any help would be much appreciated. Thanks