Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

6.0.0 core is not defined #296

Closed
gvuyk opened this issue Sep 20, 2017 · 4 comments
Closed

6.0.0 core is not defined #296

gvuyk opened this issue Sep 20, 2017 · 4 comments

Comments

@gvuyk
Copy link
Contributor

gvuyk commented Sep 20, 2017

Case

Bug

Issue

ReferenceError: core is not defined
   at Object.<anonymous> (D:\projects\test\node_modules\rxdb\dist\lib\plugins\adapter-check.js:119:11

Info

  • Environment: Node.js

Code

$ npm install rxdb
var RxDB = require("rxdb");

@pubkey
Copy link
Owner

pubkey commented Sep 20, 2017

Could reproduce. Something is wrong here :(

EDIT:
adapter-check.js defines an export core but core is not defined.

export default {
    rxdb,
    prototypes,
    overwritable,
    core
};

@natew
Copy link
Contributor

natew commented Sep 20, 2017

I see this as well on master actually, weirdly. I just go delete that core line and it works.

@natew
Copy link
Contributor

natew commented Sep 20, 2017

Just saw 6.0.1, checking

@tortilaman
Copy link

Was just about to report this. Great to see it resolved so quickly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants