trufflesuite / drizzle

Reactive Ethereum dapp UI suite
905 stars 235 forks source link

Drizzle dependency on github because of Web3 v1.0.0-beta35 #22

Closed ankuredkie closed 4 years ago

ankuredkie commented 5 years ago

Web3 v1.0.0-beta35 version depends on git://github.com/frozeman/WebSocket-Node.git up until version beta52. Because of this npm install for drizzle fails within enterprise environments where remote git downloads are blocked and only internal proxied npm repo is allowed.

bergkvist commented 5 years ago

Related: https://github.com/ethereum/web3.js/issues/2863

This has been fixed in web3, but drizzle still needs to update dependency versions.

adrianmcli commented 5 years ago

@bergkvist Thanks for the ping. We are in the process of moving to a mono-repo and will be including the new v1.2.1 Web3.js as soon as possible!