Runtime error due to missing module '@effect/cluster/HttpRunner' when using Effect to create a mo...
I'm using effect to create a mock gRPC server and am using the
I manage to build my application fine but I get a failure at runtime:
No, I don't use the
if I provide this
(when I say providing I mean that I install this package)
platform and nodePlatform modules.I manage to build my application fine but I get a failure at runtime:
No, I don't use the
@effect/rpc package..if I provide this
@effect/cluster package, it then requires the @effect/rpc and providing that then requires the @effect/sql package.. I mean, what's going on?(when I say providing I mean that I install this package)
