Effect CommunityEC
Effect Community3y ago
10 replies
Jules

Compilation Error: Cannot find module 'effect/match'

Hi everyone,

My code compiles locally but fails to compile in my CI with the following error:
Error: src/App.tsx(11,24): error TS2307: Cannot find module 'effect/match' or its corresponding type declarations.

I'm using pnpm and:
// package.json
    "@effect/schema": "0.31.0",
    "effect": "2.0.0-next.23",

Even when the CI cache is disabled I have this issue. Any idea?
Was this page helpful?