trufflesuite / truffle-hdwallet-provider

HD Wallet-enabled Web3 provider
MIT License
399 stars 167 forks source link

Update truffle version to 5.0? #87

Open gingerhot opened 5 years ago

gingerhot commented 5 years ago

I run into a similar problem as: https://github.com/trufflesuite/truffle/issues/1514

I change the truffle version to 5.x in peerDependencies and build succeed: https://github.com/gingerhot/truffle-hdwallet-provider/blob/master/package.json#L39

I'm not sure if this's the right way due to I'm not a master to Node.js .