We've had to do some not so nice things to make things work, or work better 😢:
- Pinned
web3.js
to1.0.0-beta.33
:wss
is broken in1.0.0-beta.34
- Forced to also pin
web3-utils
to1.0.0-beta.33
- Forced to also pin
bn.js
to4.11.6
asweb3.js
has pinned this dependency
- Forced to also pin
- Forced to add and pin
underscore
to1.8.3
to dedupe this instance ofunderscore
.- Both
web3.js
andethereum-ens
useunderscore
, but require different versions, and it seems node likes to hoist the higher version number rather than the more dependend-upon one
- Both