[Vs Code]Vue工具错误(The Vue Language Server server crashed 5 times in the last 3 minutes. The server wi

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了[Vs Code]Vue工具错误(The Vue Language Server server crashed 5 times in the last 3 minutes. The server wi相关的知识,希望对你有一定的参考价值。

错误:The Vue Language Server server crashed 5 times in the last 3 minutes. The server will not be restarted.

在使用VSCODE的时候,因为电脑异常关机,重新打开VSCODE的时候,显示这个错误,错误导致我的vue类型文件无法格式化和智能提示。

Vetur的错误,解决方案为:https://github.com/vuejs/vetur/issues/352

来自插件作者:
Go to C:\Users\chris\.vscode\extensions\octref.vetur-0.9.3\client\ and run npm install.
在相应的根目录下运行npm install。

以上是关于[Vs Code]Vue工具错误(The Vue Language Server server crashed 5 times in the last 3 minutes. The server wi的主要内容,如果未能解决你的问题,请参考以下文章

在 VS Code 中调试vue项目

可视化Vue开发小助手-Troll (VS Code插件)

可视化Vue开发小助手-Troll (VS Code插件)

VS Code 中的 Vue Array Prop JSDoc TypeScript 错误:“ArrayConstructor”类型缺少“MyCustomType []”类型中的以下属性

VS Code 成主宰Vue 备受热捧!2019 前端开发趋势必读

如何在 VS Code 的 .vue 文件中禁用模板中特定行的 eslint 警告