pubkey / rxdb

A fast, local first, reactive Database for JavaScript Applications https://rxdb.info/
https://rxdb.info/
Apache License 2.0
21.4k stars 1.05k forks source link

6.0.0 missing file crypter #293

Closed natew closed 7 years ago

natew commented 7 years ago

Just a heads up, ran an install and data-migrator is having trouble finding crypter:

image

natew commented 7 years ago

Tried installing direct from github:pubkey/rxdb#dbd9acb236d938ca644f864104e5bc35eb8b3280:

/Users/nw/projects/motion/orbit/node_modules/rxdb/dist/lib/plugins/adapter-check.js:119
    core: core
          ^
ReferenceError: core is not defined
    at Object.<anonymous> (/Users/nw/projects/motion/orbit/node_modules/rxdb/dist/lib/plugins/adapter-check.js:119:11)
pubkey commented 7 years ago

Hm strange. I tested the rxdb from npm with the ng2 and the vue-example. Everything works there. Does the crypter.js exist in your rxdb-folder?

pubkey commented 7 years ago

Maybe this is equal to #296

natew commented 7 years ago

Fixed in 6.0.1