I’m new to RunKit and just wanted to start my first notebook, but writing
require("web3")
gives me the error:
Error: Cannot find module 'bufferutil'
and when I try to require bufferutil
it is not available.
Does anybody have the same problem or a suggestion how I can use the web3
module? Thanks.