nolanlawson / pouchdb-ionic-2-hello-world-with-sqlite

PouchDB "Hello world" app using Ionic v2, with native SQLite
4 stars 1 forks source link

Fresh build produces white screen of death #2

Open tonydiep opened 7 years ago

tonydiep commented 7 years ago

ISSUE A fresh build of this project creates a white screen of death with the following error message

main.js:82990 Uncaught TypeError: WEBPACK_IMPORTED_MODULE_2_pouchdb_browser.plugin is not a function at Object.module.exports (main.js:82990) at webpack_require (main.js:20) at Object. (main.js:118880) at webpack_require (main.js:20) at Object. (main.js:103882) at webpack_require (main.js:20) at Object. (main.js:142161) at __webpack_require__ (main.js:20) at main.js:66 at main.js:69

STEPS TO REPRODUCE git clone npm install ionic cordova run android

Results:

schie commented 7 years ago

@tonydiep same for me

nolanlawson commented 6 years ago

This may be broken on the latest versions of Cordova/Ionic/PouchDB. A PR would be welcome. :)