Thanks please anyone suggest me what i am doing wrong in installation?enter image description here
相关问题
- How to add a new Orderer Organization to existing
- How do you generate pool_transactions_genesis and
- chaincode in hyperledger composer vs chaincode in
- Hyperledger fabcar sample fabric showing connect f
- OCI runtime exec failed: exec failed: container_li
相关文章
- When I generate MSP for some organization, I can c
- Does Composer needs an already built Fabric networ
- Hyperledger transaction verification
- Hyperledger Fabric - Error while Instantiating cha
- Hyperledger fabric's ChannelCreationPolicy
- what kind of peer types does hyperledger have?
- How to retrieve user information from recent versi
- Asset Creation through Transaction in Hyperledger
the problem first is to properly clean out your 'old' PHP based install -> Remove composer - but there are a number of answers posted there. Once you've done that, I would do an
npm uninstall -g composer-cli
etc etc then follow the doc link you referred to earlier.Failing that, create a new user (or new environment) that does not have a prior footprint of your 'old' Composer PHP environment. Composer (CLI, Playground etc) should install quite happily once that is achieved per prereqs and main install docs here