Today, each time I run ionic serve, I get this error message. Anyone know if this is specific to my computer, or is it happening to others as well?
Runtime Error
Uncaught (in promise): TypeError: Cannot read property 'call' of undefined TypeError: Cannot read property 'call' of undefined at __webpack_require__ (http://localhost:8100/build/vendor.js:55:30) at http://localhost:8100/build/main.js:74:10 at t.invoke (http://localhost:8100/build/polyfills.js:3:14356) at Object.onInvoke (http://localhost:8100/build/vendor.js:4247:33) at t.invoke (http://localhost:8100/build/polyfills.js:3:14296) at r.run (http://localhost:8100/build/polyfills.js:3:9523) at http://localhost:8100/build/polyfills.js:3:19622 at t.invokeTask (http://localhost:8100/build/polyfills.js:3:15040) at Object.onInvokeTask (http://localhost:8100/build/vendor.js:4238:33) at t.invokeTask (http://localhost:8100/build/polyfills.js:3:14961)
Stack
Error: Uncaught (in promise): TypeError: Cannot read property 'call' of undefined
TypeError: Cannot read property 'call' of undefined
at __webpack_require__ (http://localhost:8100/build/vendor.js:55:30)
at http://localhost:8100/build/main.js:74:10
at t.invoke (http://localhost:8100/build/polyfills.js:3:14356)
at Object.onInvoke (http://localhost:8100/build/vendor.js:4247:33)
at t.invoke (http://localhost:8100/build/polyfills.js:3:14296)
at r.run (http://localhost:8100/build/polyfills.js:3:9523)
at http://localhost:8100/build/polyfills.js:3:19622
at t.invokeTask (http://localhost:8100/build/polyfills.js:3:15040)
at Object.onInvokeTask (http://localhost:8100/build/vendor.js:4238:33)
at t.invokeTask (http://localhost:8100/build/polyfills.js:3:14961)
at c (http://localhost:8100/build/polyfills.js:3:19132)
at Object.reject (http://localhost:8100/build/polyfills.js:3:18554)
at NavControllerBase._fireError (http://localhost:8100/build/vendor.js:44486:16)
at NavControllerBase._failed (http://localhost:8100/build/vendor.js:44474:14)
at http://localhost:8100/build/vendor.js:44529:59
at t.invoke (http://localhost:8100/build/polyfills.js:3:14356)
at Object.onInvoke (http://localhost:8100/build/vendor.js:4247:33)
at t.invoke (http://localhost:8100/build/polyfills.js:3:14296)
at r.run (http://localhost:8100/build/polyfills.js:3:9523)
at http://localhost:8100/build/polyfills.js:3:19622
It is not specific to one app, it’s happening to all of them.
When running serve, it appears as though all the files in www/build are deleted upon running it.
Thank you