使用
安装Hyperledger Composer Playground时npm install -g composer-playground
安装Playground版本
Playground v0.16.3
当我尝试连接到区块链时,它说与Composer Playground说是
Composer运行时(0.16.5)与客户端(0.16.3)不兼容
如何使版本相同。我已经多次卸载并重新安装了所有内容。
答案 0 :(得分:2)
这是不寻常的 - 你先做了ready
(全局卸载)吗?因为我刚刚在Linux 16.04 LTS中检查了它,它出现了正确的版本?
class test
{
public:
test(const char *arg)
: _arg(arg)
{}
const char *_arg;
};
在成功安装之后显示composer-playground 0.16.5,并从上面的最后一个npm语句中显示。我建议尝试这个序列并让我知道。