Struggling with Dependency Versions for Effect Packages
Hi channel. Is it only me struggling to come up with correct dependency versions for effect packages?
Specifically, installing platform:0.92.1 + platform-node:0.98.4 with pnpm gives me this:
Specifically, installing platform:0.92.1 + platform-node:0.98.4 with pnpm gives me this:
packages/backend
├─┬ @effect/sql 0.44.2
│ └── ✕ unmet peer @effect/platform@^0.90.4: found 0.92.1
├─┬ @effect/cluster 0.48.2
│ └── ✕ unmet peer @effect/platform@^0.90.5: found 0.92.1
├─┬ @effect/rpc 0.69.1
│ └── ✕ unmet peer @effect/platform@^0.90.5: found 0.92.1
├─┬ @effect/experimental 0.54.6
│ └── ✕ unmet peer @effect/platform@^0.90.2: found 0.92.1
├─┬ @effect/workflow 0.9.2
│ └── ✕ unmet peer @effect/platform@^0.90.5: found 0.92.1
└─┬ @effect/platform-node 0.98.4
├── ✕ unmet peer @effect/cluster@^0.50.6: found 0.48.2
├── ✕ unmet peer @effect/rpc@^0.71.1: found 0.69.1
├── ✕ unmet peer @effect/sql@^0.46.0: found 0.44.2
└─┬ @effect/platform-node-shared 0.51.6
├── ✕ unmet peer @effect/cluster@^0.50.6: found 0.48.2
├── ✕ unmet peer @effect/rpc@^0.71.1: found 0.69.1
└── ✕ unmet peer @effect/sql@^0.46.0: found 0.44.2packages/backend
├─┬ @effect/sql 0.44.2
│ └── ✕ unmet peer @effect/platform@^0.90.4: found 0.92.1
├─┬ @effect/cluster 0.48.2
│ └── ✕ unmet peer @effect/platform@^0.90.5: found 0.92.1
├─┬ @effect/rpc 0.69.1
│ └── ✕ unmet peer @effect/platform@^0.90.5: found 0.92.1
├─┬ @effect/experimental 0.54.6
│ └── ✕ unmet peer @effect/platform@^0.90.2: found 0.92.1
├─┬ @effect/workflow 0.9.2
│ └── ✕ unmet peer @effect/platform@^0.90.5: found 0.92.1
└─┬ @effect/platform-node 0.98.4
├── ✕ unmet peer @effect/cluster@^0.50.6: found 0.48.2
├── ✕ unmet peer @effect/rpc@^0.71.1: found 0.69.1
├── ✕ unmet peer @effect/sql@^0.46.0: found 0.44.2
└─┬ @effect/platform-node-shared 0.51.6
├── ✕ unmet peer @effect/cluster@^0.50.6: found 0.48.2
├── ✕ unmet peer @effect/rpc@^0.71.1: found 0.69.1
└── ✕ unmet peer @effect/sql@^0.46.0: found 0.44.2