Closed davidlirving closed 7 years ago
Fixed in 37014dd97da7b2560cb2358994a34b0c7652181f
Issue caused by zone.js 0.8.13. Issue: https://github.com/angular/zone.js/issues/835 For now using zone.js 0.8.12. Also using PouchDB 6.2.0 as there is a webpack import issue with 6.3.4.
Have frozen package.json to prevent this issue from re-occurring.
Something to do with the Angular dependencies for PouchDB from my investigations. Application will compile but will not run in the browser, returning "ReferenceError: _global is not defined".
Removing db.service.ts from the application currently fixes the problem.
Valid since a bit before commit b71b9284eff1dcf59f30e8ae13af135d42d2e93c
Seems to be something wrong with the package dependency but it was working back since Wednesday on that same commit. Project was built on a separate device without issues from the aforementioned commit. Package dependencies are the same since then.
npm update
doesn't fix.