错误版本的 Hyperledger Composer Playground

Hyperledger Composer Playground on wrong version

当我使用

安装 Hyperledger Composer Playground 时

npm install -g composer-playground

它安装的 Playground 版本显示

游乐场 v0.16.3

当我尝试连接到区块链时,它说 Composer Playground 是

Composer 运行时 (0.16.5) 与客户端 (0.16.3) 不兼容

如何使版本相同。我已经卸载并重新安装了很多次。

这很不寻常 - 您是否先执行了 npm uninstall -g composer-playground(全局卸载)?因为我刚刚在 Linux 16.04 LTS 中检查过这个并且它提供了正确的版本?

npm uninstall -g composer-playground

npm install -g composer-playground 

npm ls -g --depth==0 |grep playground

显示 composer-playground 0.16.5 成功安装后和上面最后一个 npm 语句。我建议试试这个顺序,让我知道。