-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
When i run the command
node enrollAdmin.js org1it gives me the following error
--> Enrolling the Org1 CA admin
Error in enrolling admin: Error: no such file or directory: /home/hyperledger/fabric-samples/CrossBorderPaymentSystem-main/cbps-network/organizations/peerOrganizations/org1.example.com/connection-org1.jsonit seems it is getting error
exports.buildCCPOrg1 = () => {
const ccpPath = path.resolve(
__dirname,
"..",
"..",
"cbps-network",
"organizations",
"peerOrganizations",
"org1.example.com",
"connection-org1.json"
);here in the AppUtil.js file
Metadata
Metadata
Assignees
Labels
No labels