33536/how-to-resolve-the-hyperledger-fabric-versions-set-up
bc@bc-HP-Pro-3090-Microtower-PC:~/product-network$ composer network start --networkName product-network --networkVersion 0.0.1 --networkAdmin admin --networkAdminEnrollSecret adminpw --card PeerAdmin@hlfv1 --file networkadmin.card Starting business network product-network at version 0.0.1 Processing these Network Admins: userName: admin ✖ Starting business network definition. This may take a minute... Error: Error trying to start business network. Error: Failed to connect to any peer event hubs. It is required that at least 1 event hub has been connected to receive the commit event Command failed
The steps to upgrade Fabric is as follows:
You will find the complete guide on how to do it here: https://hyperledger-fabric.readthedocs.io/en/release-1.3/upgrade_to_newest_version.html
Maybe you didn't mention the npmrc file while installing composer network.
You have to install it like this:
composer network install --c PeerAdmin@hlfv1 --a tutorial-network@0.0.1.bna -o npmrcFile=/home/user1/config/npmConfig
Hi @Yagi, what is the this npmrc file?
Hi @Tina. My name is "Yogi" :P. The npmrc file is used to specify npm configuration for Composer runtime.
Hyperledger Fabric v0.6 does not provide any ...READ MORE
I would recommend that you look at ...READ MORE
First, you will have to make changes ...READ MORE
In a Dev environment, you can first ...READ MORE
For chaincode to properly run on your ...READ MORE
You can find that in docker-compose files ...READ MORE
When you use docker-compose down, all the ...READ MORE
Once you set up the Fabric, bring ...READ MORE
The issue is that the chaincode container ...READ MORE
I have been investigating the same issue ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.