Closed schamp closed 8 years ago
Here's that issue: https://github.com/nolanlawson/pouchdb-full-sync/issues/2
It involved updating the dependency, in this case, I'm not sure exactly how to do that.
Doing an npm install --save-dev pouchdb
(instead of just pouchdb-node) seemed to get me past it. Is there some other dependency that should be listed for pouchdb-replication-stream that will make this work?
Looks like the problem is that I forgot to include any dependency on pouchdb
here and it's just implicitly grabbed from the user's node_modules
. And no, pouchdb-node
does not have extras
, which is deprecated anyway.
The fix here is for pouchdb-replication-stream to be explicit about its PouchDB dependencies. I'll fix that.
Fixed in 1.2.7
Did a fresh npm install of this, and it complains as follows:
I seem to recall working through this on another pouchdb plugin module, but I can't recall, and for the life of me I cannot find it. I think the solution was fairly straightforward though.
I installed pouchdb with the 'pouchdb-node' package, since this is just for some commandline utils.