迁移 truffle rinkeby 时出错 [无法读取未定义的 属性 'bind']

Error migrating truffle rinkeby [Cannot read property 'bind' of undefined]

我正在尝试 deploy/migrate 与 rinkeby 网络签约,同时使用以下命令: 松露部署 --reset --network=rinkeby

它加载密钥然后抛出错误:

C:\Users\marti\AppData\Roaming\npm\node_modules\truffle\build\webpack:\packages\truffle-provider\wrapper.js:26

var originalSendAsync = provider.sendAsync.bind(provider);
TypeError: Cannot read property 'bind' of undefined

我能够 运行 truffle 开发没有任何问题 我也在使用:

好的,问题出在 truffle-hdwallet-provider 版本上。

更改版本:1.0.0-web3one.2 至:0.0.6

解决了问题