Facing Issue with hyperledger playground tutorial
问题 I first installed the hyperledger using this link: https://hyperledger.github.io/composer/latest/installing/development-tools.html During the composer install... seems it installed v0.19.x. So when i ran the command ./createPeerAdminCard.sh ... i got an error: "v0.19.x is not supported for this level of fabric. Please use version 0.16"... I checked the script fabric-scripts/hlfv1/createPeerAdminCard.sh and it indeed says that the version should be 0.16.x.. Sample snippet from the script which