Code Monkey home page Code Monkey logo

Comments (2)

copleykj avatar copleykj commented on June 15, 2024 1

Awesome, glad to hear you got this figured out. If you need any further help, don't hesitate to contact me through the meteor community slack, or even email if that works better.

from socialize-user-presence.

diavrank avatar diavrank commented on June 15, 2024

I think I already found what the error was. I had installed the babrahams:transactions package and I realized that linkeable-model package was using:

import { SimpleSchema } from 'meteor/aldeed:simple-schema';// the correct form to import it is without destructuring, that's why it was undefined.

The socialize-linkeable-model package was in version 1.0.0

So, when I removed babrahams:transactions package, socialize-linkeable-model package was updated to 1.0.5 and I realized that in this version only uses the simpl-schema from package.json and it doesn't necessary to install aldeed:simple-schema from meteor command.

Conclusion:
When I imported your package (linkeable-model) into my app project (inside packages folder), I realized that it shows an error of incompatible packages between babrahams:[email protected] and [email protected] . Luckily I wasn't using transactions with that package, so I could remove it without problems.

from socialize-user-presence.

Related Issues (14)

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.