Giter Club home page Giter Club logo

Comments (3)

cdhowie avatar cdhowie commented on June 21, 2024

It looks like this is a conflict between the version of Joi used by dynogels and the version your application is using.

@clarkie We should probably make Joi a peer dependency.

from dynogels.

steve-cuzzort avatar steve-cuzzort commented on June 21, 2024

That was it.

import * as Joi from "dynogels/node_modules/joi";

fixed it.

from dynogels.

 avatar commented on June 21, 2024

Stumbled into this thread when investigating a Joi issue.

We were using @hapi/Joi "^15.1.1" across an application and tried to upgrade to 17.1.1 to fix a schema issue and thats when it all started to fall apart when the db libraries that use dynogels were pulled in and we started to see exceptions being thrown.

Then attempted to move to Joi since hapi was being deprecated anyways and still saw exceptions.

Have tried import * as Joi from "dynogels/node_modules/joi"; as per above suggestion but now we get

"errorType": "TypeError",
"errorMessage": "Cannot set property '_internals' of undefined",

when the db layer that uses dynogels is imported

Not feeling the Joi right now ;)

Will keep trying a few things to see if we can massage a solution into place

from dynogels.

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.