I'm using Ubuntu 16.04 and after installing the pre-requisites, I followed the steps here:
https://hyperledger.github.io/composer/next/installing/development-tools.html
Everything installed without erros but when I ran this command:
./createPeerAdminCard.sh
I got this error:
"Cannot use v0.18.2 version of composer with fabric 1.1, v0.19 or higher is required"
I was surprised v0.19 wasn't installed as part of that set up if it's needed.
How can I now upgrade to composer v0.19?