I have experienced an error and issue very similar to this: web3/web3.js#3151
I am wondering if it has something to do with ethereumjs-util?
Removing eth-sig-util from my project fixed/alleviated this. I also tried updating to the latest stable version, but it did not help.
Node: v12.13.1
npm: 6.12.1
Darwin mac 19.0.0 Darwin Kernel Version 19.0.0: Wed Sep 25 20:18:50 PDT 2019; root:xnu-6153.11.26~2/RELEASE_X86_64 x86_64
I have experienced an error and issue very similar to this: web3/web3.js#3151
I am wondering if it has something to do with
ethereumjs-util?Removing
eth-sig-utilfrom my project fixed/alleviated this. I also tried updating to the latest stable version, but it did not help.