Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TS2339: Property 'upsert' does not exist on type 'Database<{}>'. #66

Open
pejman1 opened this issue Jun 3, 2020 · 1 comment
Open

Comments

@pejman1
Copy link

pejman1 commented Jun 3, 2020

Using upsert plugin throw this error in Typescript
TS2339: Property 'upsert' does not exist on type 'Database<{}>'.

how can I solve this issue ?

@HeikoKanzler
Copy link

HeikoKanzler commented Sep 15, 2020

I had to install the types for pouchdb-upsert:
npm install @types/pouchdb-upsert

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants