Manual Installation of `@effect/typeclass` and `@effect/printer-ansi` for `@effect/cli`

I wanted to play with @effect/cli. I followed the getting started.

Everything is working so all good, but to make it work I had to manually install: @effect/typeclass as well as @effect/printer-ansi .
However, I don't see these mentionned in the doc nor in an example package: https://github.com/Effect-TS/docgen/blob/main/package.json
So I was wondering if I have something wrong in my config or if it's something expected.

Here are my versions:
"@effect/cli": "^0.48.20",
"@effect/platform": "^0.69.20",
"@effect/platform-node": "^0.64.22",
"@effect/printer-ansi": "^0.38.13",
"@effect/schema": "^0.75.5",
"@effect/typeclass": "^0.29.13",
"effect": "^3.10.12",
Was this page helpful?