Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/ms-access/4.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Angular Chrome控制台-未捕获(承诺中)类型错误:this.engines不适用_Angular_Google Chrome Console - Fatal编程技术网

Angular Chrome控制台-未捕获(承诺中)类型错误:this.engines不适用

Angular Chrome控制台-未捕获(承诺中)类型错误:this.engines不适用,angular,google-chrome-console,Angular,Google Chrome Console,当我在localhost:4200上加载应用程序文件时,chrome控制台中会出现此错误。 我想不出这意味着什么。如何在代码中找到此错误的来源 Uncaught (in promise) TypeError: this.engines is not iterable at E.updateSocialMedia (content.js:48) at new E (content.js:48) at Function.start (content.js:48) at

当我在localhost:4200上加载应用程序文件时,chrome控制台中会出现此错误。 我想不出这意味着什么。如何在代码中找到此错误的来源

Uncaught (in promise) TypeError: this.engines is not iterable
    at E.updateSocialMedia (content.js:48)
    at new E (content.js:48)
    at Function.start (content.js:48)
    at Function.main (content.js:48)

在我的案例中,McAfee chrome扩展导致了问题。


当我禁用扩展时,问题已经解决。

我认为这与您的项目无关。只需检查浏览器上的扩展名,看看是否有任何扩展名导致了问题。谢谢。它对我也有用。我甚至不记得安装了那个扩展。我有同样的错误,删除McAfee也修复了它。
Uncaught (in promise) TypeError: this.engines is not iterable
    at E.updateSocialMedia (content.js:48)
    at new E (content.js:48)
    at Function.start (content.js:48)
    at Function.main (content.js:48)