You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The express-pouchdb project uses Var Promise = require('pouchdb-promise ') in express-pouchdb /lib/create-or-delete-dbs.js and express-pouchdb /lib/daemon-manager.js , print the Promise variable and find that it is an object with only the default attribute, so I suspect it is a module problem
Usage: express - pouchdb in import {RxDBServerPlugin} from 'RXDB/plugins/server' cited, lead to introduce RxDBServerPlugin failure
The express-pouchdb project uses
Var Promise = require('pouchdb-promise ')
in express-pouchdb /lib/create-or-delete-dbs.js and express-pouchdb /lib/daemon-manager.js , print the Promise variable and find that it is an object with only the default attribute, so I suspect it is a module problemUsage:
express - pouchdb
inimport {RxDBServerPlugin} from 'RXDB/plugins/server'
cited, lead to introduce RxDBServerPlugin failureEnvironment:
express-pouchdb: "^4.2.0",
electron: "13.0.1",
pouchdb-promise: "^6.4.1",
node: v14.5.0
The text was updated successfully, but these errors were encountered: