Effect CommunityEC
Effect Community3y ago
5 replies
Jules

Error: Could not resolve "@effect/io/Console"

Hey there,

I just updated to the latest effect "next" version (2.0.0-next.28) and when I launch my app, I have the following errors:
✘ [ERROR] Could not resolve "@effect/io/Console"

    node_modules/.pnpm/effect@2.0.0-next.28_@effect+data@0.17.1_@effect+io@0.38.0_@effect+match@0.34.0_@effect+stm@0.22.0_@effect+stream@0.34.0/node_modules/effect/mjs/Console.mjs:9:14:
      9 │ export * from "@effect/io/Console";
        ╵               ~~~~~~~~~~~~~~~~~~~~

  The module "./mjs/Console.mjs" was not found on the file system:

    node_modules/.pnpm/effect@2.0.0-next.28_@effect+data@0.17.1_@effect+io@0.38.0_@effect+match@0.34.0_@effect+stm@0.22.0_@effect+stream@0.34.0/node_modules/@effect/io/package.json:17:19:
      17 │         "default": "./mjs/*.mjs"
         ╵                    ~~~~~~~~~~~~~

Cc @Tim Smart
Was this page helpful?