Error: Cannot find module 'protobufjs/minimal'

I can’t use 3rd-party package in Runkit, such as @fluencelabs/fluence. it requires protobufjs/minimal package. What can I do, because there is no protobufjs/minimal package available in Runkit.

Anyone can help?

Ming

Hi Ming,

As of version 6.8.5 the protobufjs package added a postinstall script. RunKit does not currently support any kind of install scripts for npm packages. It’s something we’d like to support one day, but it comes with some security and technical challenges. Unfortunately the package you want to use depends on a another package with depends on the protobufjs library.

I apologize for the innocence.

- Randy

That’s OK, thanks for a quick response.

Ming