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
platform
and nodePlatform modules.
I manage to build my application fine but I get a failure at runtime:
Error: Cannot find module '@effect/cluster/HttpRunner'
Require stack:
- /Users/user/workspace/test/node_modules/@effect/platform-node/dist/cjs/NodeClusterRunnerHttp.js
- /Users/user/workspace/test/node_modules/@effect/platform-node/dist/cjs/index.js
- /Users/user/workspace/test/packages/mock-servers/dist/index.js

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)
Was this page helpful?