Git Product home page Git Product logo

Comments (10)

vadimdemedes avatar vadimdemedes commented on July 20, 2024

Does this error occur when using .find() or any other query methods?

from mongorito.

vadimdemedes avatar vadimdemedes commented on July 20, 2024

It is also weird that you are getting this error, because I have this covered in tests and tests run ok (https://github.com/vdemedes/mongorito/blob/master/test/mongorito.test.js#L258).

from mongorito.

asci avatar asci commented on July 20, 2024

Yes, it occurs with find. Maybe it because in NPM mongorito v1.0.0 ?

from mongorito.

vadimdemedes avatar vadimdemedes commented on July 20, 2024

Run npm rebuild to fix the following error:

[Error: Module did not self-register.]
js-bson: Failed to load c++ bson extension, using pure JS version

from mongorito.

vadimdemedes avatar vadimdemedes commented on July 20, 2024

Mongorito depends on some modules, that need to be compiled. When you switch Node.js/io.js version without npm rebuild, this error will appear.

from mongorito.

vadimdemedes avatar vadimdemedes commented on July 20, 2024

Error reproduced, figuring out how to fix it, thanks for reporting!

from mongorito.

vadimdemedes avatar vadimdemedes commented on July 20, 2024

Found a cause. It is because of .extend() way of defining your models. If you'll use ES6 classes, it should be fine. Meanwhile, I am trying to fix .extend() now.

from mongorito.

vadimdemedes avatar vadimdemedes commented on July 20, 2024

Fixed and available on npm as [email protected].

from mongorito.

asci avatar asci commented on July 20, 2024

Thanks, that was really fast:)
btw, it is not my busy, but removing this way of defining model till even iojs doesn't have it without flag — not good)

from mongorito.

vadimdemedes avatar vadimdemedes commented on July 20, 2024

Who said I removed .extend()? :D It's still there, but rewritten and working as expected! You can go back to defining models with .extend() now, but I strongly encourage you to switch to ES6 classes.

from mongorito.

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.