pubkey / rxdb

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

Running rxdb as dependency fails due to missin pouchdb-adapter-memory #365

Closed rybaczewa closed 6 years ago

rybaczewa commented 6 years ago

Case

Bug

Issue

After upgrading to 7.0.0 applciation fails with Error: Cannot find module 'pouchdb-adapter-memory' I assume that's because of new in-memory option. Adapter should be either moved from devDependencies to dependencies or in-memory should should be pluggable.

pubkey commented 6 years ago

You are right. Fix will come soon. You can of course temporaly workarround by installing pouchdb-adapter-memory by hand.

pubkey commented 6 years ago

I added an minimal example-project which is run at travis, so we know this type of bug wont happen again.

pubkey commented 6 years ago

TODO fix in travis. Local works