hyperledger fabric大理石演示-安装链码时失败

时间:2018-12-13 03:46:55

标签: hyperledger

我可以使用的config文件夹中已经有一个示例文件。

({marbles_local.json, marbles_tls.json等...)

但是我要添加大理石公司和用户名。

cd /fabric/marbles/config vi marbles_local.json

我编辑了marbles_local.json文件和node install_chaincode.js,但这没有用。

 {
"cred_filename": "connection_profile_local.json",
"use_events": true,
"keep_alive_secs": 120,
"company": "United Marbles",
"usernames": [
    "amy",
    "alice",
    "ava"
],
"port": 3001   }

我更改了此文件

[
{
    "cred_filename": "connection_profile_local.json",
    "use_events": true,
    "keep_alive_secs": 120,
    "company": "United Marbles",
    "usernames": [
        "amy",
        "alice",
        "ava"
    ],
    "port": 3001
},


{
    "cred_filename": "connection_profile_local.json",
    "use_events": true,
    "keep_alive_secs": 120,
    "company": "Korean Marbles",
    "usernames": [
        "ironman",
        "Hulk",
        "Captin"
    ],
    "port": 3001
}
]

而我做到了 节点install_chaincode.js,出现这样的错误。

  

错误:找不到模块   '/ home / vagrant / fabric3 / marbles / config / undefined'           在Function.Module._resolveFilename(module.js:548:15)           在Function.Module._load(module.js:475:25)           在Module.require(module.js:597:17)           在要求时(internal / module.js:11:18)           在module.exports(/home/vagrant/fabric3/marbles/utils/connection_profile_lib/index.js:38:14)           在对象。 (/home/vagrant/fabric3/marbles/scripts/install_chaincode.js:34:83)           在Module._compile(module.js:653:30)           在Object.Module._extensions..js(module.js:664:10)           在Module.load(module.js:566:32)           在tryModuleLoad(module.js:506:12)

请帮助我

0 个答案:

没有答案