neoclide / coc-vetur

Vue language server extension for coc.nvim
219 stars 7 forks source link

The "vetur" server crashed 5 times in the last 3 minutes. The server will not be restarted. #39

Closed ArkjuniorK closed 4 years ago

ArkjuniorK commented 4 years ago

Vetur always send an error when open vue file. What was actually happen? I've tried to uninstall the coc-vetur and reinstall it but it always send me the same error.

Screenshot from 2020-06-27 19-18-14

chemzqm commented 4 years ago

Try upgrade coc-vetur.

ArkjuniorK commented 4 years ago

Upgrade from version 1.1.10 to 1.1.11 solved the problem. Thanks

chanwutk commented 4 years ago

I have the same problem and I am using version 1.1.11 What vim version are you using and what os are you using?

ArkjuniorK commented 4 years ago

I'm using NeoVim and Pop Os... Try to open the folder/file in the root directory, it works for me.

chanwutk commented 4 years ago

Thank you! I actually solved it :) I npm i eslint eslint-plugin-vue -D in my project directory.