Cannot Require "web3" Module

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.

Hello there, bufferutil is a package which contains install scripts (and in this case is a binary package), RunKit cannot currently support packages with install scripts for security reasons.

Sorry for the inconvenience.
- Randy