简体   繁体   English

未捕获的SyntaxError:标识符'o'已经被声明

[英]Uncaught SyntaxError: Identifier 'o' has already been declared

I have a laravel / vuejs 2 application and I've recently encountered the following in my console which I can't figure out how to solve. 我有一个laravel / vuejs 2应用程序,最近在我的控制台中遇到了以下内容,但我不知道该如何解决。

控制台屏幕抓取 I've no idea what's caused this to occur and it doesn't seem to stop my application from working however it annoys me that it's in the console. 我不知道是什么原因引起的,它似乎并没有阻止我的应用程序正常工作,但是它使我感到恼火,因为它在控制台中。

Update: Ghostery got back to me quickly and have fixed this and released the updated version. 更新: Ghostery很快就回来了,并已解决此问题并发布了更新版本。

This is caused by the recent version of Ghostery . 这是由最新版本的Ghostery引起的。 I have submitted a bug report to company and will update this answer once the bug has been fixed and the fix is released. 我已将错误报告提交给公司,并且在错误已修复并发布修复后将更新此答案。

In the meantime, the only workaround I have found is disabling the extension while using dev tools. 同时,我发现的唯一解决方法是在使用开发工具时禁用扩展。 To make this more manageable, you may want to install Chrome Canary for dev work, since it can be installed in parallel with Chrome Stable. 为了使其更易于管理,您可能需要安装Chrome Canary进行开发工作,因为它可以与Chrome Stable并行安装。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 未捕获的语法错误:标识符已被声明 - Uncaught SyntaxError: Identifier has already been declared 未捕获的 SyntaxError:标识符 '$...' 已被声明 - Uncaught SyntaxError: Identifier '$…' has already been declared javascript-未捕获的语法错误:标识符 * 已被声明 - javascript- Uncaught SyntaxError: Identifier * has already been declared 未捕获的SyntaxError:标识符'baseUrl'已被声明 - Uncaught SyntaxError: Identifier 'baseUrl' has already been declared 未捕获的 SyntaxError:标识符“按钮”已被声明 - Uncaught SyntaxError: Identifier 'Buttons' has already been declared 未捕获的语法错误:标识符“总计”已被声明 - Uncaught SyntaxError: Identifier 'total' has already been declared 未捕获的语法错误:标识符“myOptions”已在 JavaScript 中声明 - Uncaught SyntaxError: Identifier 'myOptions' has already been declared in JavaScript 未捕获的语法错误:标识符“x”已被声明 - Uncaught SyntaxError: Identifier 'x' has already been declared 如何修复未捕获的语法错误:标识符“翻译”已经声明 - how to fix Uncaught SyntaxError: Identifier 'translate' has already been declared Uncaught SyntaxError: Identifier '[x]' has been declared - 为什么? - Uncaught SyntaxError: Identifier '[x]' has already been declared - why?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM