I am trying to install hyperledger composer on my machine Ubuntu 18.04
I am getting the below error
Error: Ubuntu bionic is not supported hyperledger composer
Anyone help me how to solve this
I have edited the prereqs-ubuntu.sh
file like this
declare -a versions=('trusty' 'xenial' 'yakkety' 'bionic');
Its working...
Hi you need to perform some changes in your ubuntu prerequisites 18.04. Follow these simple steps.
Type nano prereqs-ubuntu.sh in your terminal.
Find the line 'Array of supported version'.
Then changing the line ' declare -a version=('trusty' 'xenial' 'yakkety');
'
TO declare -a version=('trusty' 'xenial' 'yakkety' 'bionic');
Then press ctrl z.
Your are done!!!
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With