新作曲家钱包 - jszip错误

时间:2018-04-05 22:25:23

标签: hyperledger-composer

我正在用作曲家0.19.0制作一个新的作曲家钱包

所有测试都通过了精确测试 - 基于composer-wallet-filesystem

我可以成功将商业网卡导入新钱包并将其用于交易。

我只是一个问题

$ composer card list
Error: Can't find end of central directory : is this a zip file ? If it is, see http://stuk.github.io/jszip/documentation/howto/read_zip.html
Command failed

我尝试将jszip更新为composer-cli中的最新版本,但同样的问题

以下是配置连接的环境变量

export NODE_CONFIG='{
  "composer": {
    "wallet": {
      "type": "composer-wallet-mongodb",
      "desc": "Uses a local mongodb instance",
      "options": {
        "uri": "mongodb://localhost:27017/yourCollection",
        "collectionName": "myWallet",
        "options": {

        }
      }
    }
  }
}'

欢迎任何帮助

0 个答案:

没有答案