Code Monkey home page Code Monkey logo

Comments (4)

marian-c avatar marian-c commented on July 2, 2024 2

As a workaround, if you're on the affected versions, you can manually add the other dependencies in your package.json file:

    "@effect/data": "^0.17.1",
    "@effect/io": "^0.38.0",
    "@effect/match": "^0.32.0",
    "@effect/schema": "^0.33.1",
    "@effect/stm": "^0.22.0",
    "@effect/stream": "^0.34.0",
    "effect": "^2.0.0-next.24",

You might want to use the latest versions of these packages, depending on when you see this

from effect.

WayneEllery avatar WayneEllery commented on July 2, 2024

When I tried to follow it and used pipe I got the following error: Cannot find module '@effect/schema/Schema' from 'node_modules/@effect/match/index.js'

from effect.

marian-c avatar marian-c commented on July 2, 2024

@tim-smart
I see newer versions of effect defining also "dependencies", but down the line, (at least) one is still missing:

@effect/match 0.32.0 is still missing the @effect/schema dep.

The error that I get is: Error: Cannot find module '@effect/schema/Schema'

from effect.

tim-smart avatar tim-smart commented on July 2, 2024

/match no longer depends on /schema so this should be resolved now :)

from effect.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.