NickColley / getting-started-todo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PouchDB undefined.

shkiss opened this issue · comments

I'm trying to use PouchDB and not even the demo works.
Simply undefined.

Steps taken:

  • Download zip.
  • Extract zip.
  • Open index.html with Waterfox 53.0, Edge, Internet Explorer 11.
  • F12 developer tools.
  • "ReferenceError: PouchDB is not defined"

Maybe I've totally misunderstood what this is, in which case your explanation/documentation is lacking.

Hey @kisss256

Thanks for the report, will look at it when I get some time, in the meantime if you want to help out please do :)

Update for anyone having a similar problem:
I was able to circumvent the issue by downloading a standalone pouchdb.js file (full developer version).
I'm guessing this means the online version is different.