-
-
Notifications
You must be signed in to change notification settings - Fork 594
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Vue Language Server crashing with latest version. #352
Comments
Any more error info? I'm guessing maybe it's only on Windows. |
Where would I be able to find more detailed error information? The developers tools' console only says "The Vue Language Server server crashed 5 times in the last 3 minutes. The server will not be restarted.". Is there anywhere else I could check? |
I get this on Windows:
|
@ckaczor Go to |
In output panel, find |
@octref That fixed it - thanks! Not sure how those weren't there but I probably should have though of that. |
Turns out I was getting the same error as @ckaczor, except the suggested fix did not work. On the other hand, reinstalling the extension (which in hindsight, I should have tried from the start) did fix it. |
@tiago-plank Thanks for letting me know. Yeah sometimes when VSCode upgrade extensions, dependencies are not installed correctly, and that might be causing the problem. |
I had this issue when opening a folder from a network resource in windows directly : |
As you said did not work, I reinstall it solved |
Debugger listening on port 6005. Error: Cannot find module '/Users/bianlin/.vscode-insiders/extensions/octref.vetur-0.11.3/server/dist/vueServerMain.js' Error: Cannot find module '/Users/bianlin/.vscode-insiders/extensions/octref.vetur-0.11.3/server/dist/vueServerMain.js' Error: Cannot find module '/Users/bianlin/.vscode-insiders/extensions/octref.vetur-0.11.3/server/dist/vueServerMain.js' |
thanks |
Info
Problem
Code will present the message "The Vue Language Server server crashed 5 times in the last 3 minutes. The server will not be restarted." upon opening any .vue file.
Reproducible Case
The text was updated successfully, but these errors were encountered: