dsquier
dsquier
FWIW -- I've been using https://github.com/pmorjan/couchdb-promises for a CouchDB 2.0 backed application and haven't hit any issues.
We encountered this as well. We're on Scio 0.5.5-beta1 and attempted to force the version to `1.2.2` using Overrides never worked. However, explicitly adding this library with a `force()` did...
I've also been working with Couchbase and came across this issue again. I managed to get a working object as well. It's somewhat based on the PDO object, using the...
I hit this same issue. The solution was to update `package.json` dependency for `aws-sdk` so it could get the latest version. Currently, the dependency is v1.x and `aws-sdk` is now...