When I run:
$ ./createPeerAdminCard.sh
I get this :
"Development only script for Hyperledger Fabric control
Running 'createPeerAdminCard.sh'
FABRIC_VERSION is unset, assuming hlfv11
FABRIC_START_TIMEOUT is unset, assuming 15 (seconds)
No version of composer-cli has been detected, you need to install composer-cli at v0.19 or higher."
But I have already installed it using:
$ npm install -g composer-cli
And I have got:
+ composer-cli@0.19.2 added 568 packages from 473 contributors in 58.747s
Please tell me how to install Hyperledger Composer.