29624/hyperledger-connector-connector-connection-testprofile
I am trying to test a composer but when i run
npm test
I get the following error:
azureuser@hyperledger101:~/.nvm/v6.9.5/lib/node_modules/digitalproperty-network$ npm test > digitalproperty-network@0.0.10 pretest /home/INTL/.nvm/v6.9.5/lib/node_modules/digitalproperty-network > npm run lint > digitalproperty-network@0.0.10 lint /home/INTL/.nvm/v6.9.5/lib/node_modules/digitalproperty-network > eslint . > digitalproperty-network@0.0.10 postlint /home/INTL/.nvm/v6.9.5/lib/node_modules/digitalproperty-network > npm run licchk > digitalproperty-network@0.0.10 licchk /home/INTL/.nvm/v6.9.5/lib/node_modules/digitalproperty-network > license-check > digitalproperty-network@0.0.10 postlicchk /home/INTL/.nvm/v6.9.5/lib/node_modules/digitalproperty-network > npm run doc > digitalproperty-network@0.0.10 doc /home/INTL/.nvm/v6.9.5/lib/node_modules/digitalproperty-network > jsdoc --pedantic --recurse -c jsdoc.conf > digitalproperty-network@0.0.10 test /home/INTL/.nvm/v6.9.5/lib/node_modules/digitalproperty-network > mocha -t 0 --recursive DigitalLandTitle 1) "before all" hook 0 passing (2s) 1 failing 1) DigitalLandTitle "before all" hook: Error: Failed to load connector module "composer-connector-embedded" for connection profile "testprofile" at connectionProfileStore.load.then.e (/ho
First, update your devDependencies in package.json
"devDependencies": { ... "composer-admin": "latest", "composer-client": "latest", "composer-connector-embedded": "latest" }
and then run npm install and then npm test again. This should work
To solve this problem you can use ...READ MORE
Hey @gujiwork, Try making the following changes: docker-compose-base.yaml and ...READ MORE
I have your problem too, PLEASE HELP ...READ MORE
You can extend your /etc/hosts file and make orderer.example.com domain name ...READ MORE
Summary: Both should provide similar reliability of ...READ MORE
Use full format for running a business ...READ MORE
To read and add data you can ...READ MORE
Hey. First, make sure that you are extending ...READ MORE
Seems like peer address problem. Set the ...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.