Error: Cannot find module '@effect/cluster/HttpRunner' when running basic example from docs
Hi, I'm trying to run the basic example from the docs but got an unexpected error
If I install
Here's the code :
package.json :
tsconfig :
Node version : v22.11.0
Yarn : 1.22.22
Error: Cannot find module '@effect/cluster/HttpRunner', is that expected ?If I install
effect/cluster i then have the same error for the module effect/sql, then effect/experimentalHere's the code :
package.json :
tsconfig :
Node version : v22.11.0
Yarn : 1.22.22
