Reputation: 21
I followed all the steps given in https://hyperledger.github.io/composer/installing/development-tools.html I still am unable to start Hyperledger Fabric. The response I get is as follows: USF-Wifi-224-54-26:fabric-tools yaasshrao$ ./createPeerAdminCard.sh Development only script for Hyperledger Fabric control Running 'createPeerAdminCard.sh' FABRIC_VERSION is unset, assuming hlfv1 FABRIC_START_TIMEOUT is unset, assuming 15 (seconds)
Need to have composer-cli installed at v0.15 or greater
Can someone tell me what I am doing wrong?
Upvotes: 2
Views: 149
Reputation: 46
Make sure don't use 'sudo npm' when you install npm component. I had to reinstall node to successfully run in my desktop.
Upvotes: 1