我正在尝试将Firebase / AngularFire2添加到我的应用程序中,在安装软件包并执行导入后,当我运行离子服务时,我收到运行时错误区域已加载:
Error: Zone already loaded.
at http://localhost:8100/build/vendor.js:128670:15
at http://localhost:8100/build/vendor.js:129282:3
at FUNCTION (http://localhost:8100/build/vendor.js:128647:10)
at Object.<anonymous> (http://localhost:8100/build/vendor.js:128650:2)
at Object.<anonymous> (http://localhost:8100/build/vendor.js:131700:30)
at __webpack_require__ (http://localhost:8100/build/vendor.js:55:30)
at Object.<anonymous> (http://localhost:8100/build/vendor.js:80821:66)
at __webpack_require__ (http://localhost:8100/build/vendor.js:55:30)
at Object.<anonymous> (http://localhost:8100/build/vendor.js:128166:72)
at __webpack_require__ (http://localhost:8100/build/vendor.js:55:30)
我正在关注这些instructions来加载库。
当我查找此错误时,大多数人都说他们发现了一个重复的包含zone.js并删除它解决了他们的问题。我搜索了zone.js,我只在package.json和package-lock.json文件中找到它。我在index.html中找不到它。
我还在stackoverflow上尝试了这个question/answer。
我怎么能解决这个问题?