pouchdb / pouchdb-server

CouchDB-compatible server built on PouchDB and Node
Apache License 2.0
951 stars 154 forks source link

pouchdb-fauxton blocks use of pkg #326

Open Julusian opened 6 years ago

Julusian commented 6 years ago

I have a project using express-pouchdb that is being packaged up as a single exe using https://github.com/zeit/pkg

However since including express-pouchdb, it is failing due to the way that pouchdb-fauxton is including its assets. As I am not using pouchdb-fauxton I can make it build by manually removing any references to that module, but that is not a great longterm solution.

The simplest way to solve this would be to remove the dependency on pouchdb-fauxton and require the users who want it to explicitly add it.

dotarmin commented 6 years ago

Is there any updates on this one from the pouchdb devs?

popojargo commented 5 years ago

@Julusian Can't you simply add pouchdb-fauxton assets in your pkg config?