7HR4IZ3 / acode-language-client

Acode language client plugin
7 stars 1 forks source link

Vue use problem #5

Open kabaka9527 opened 3 months ago

kabaka9527 commented 3 months ago

The following errors were reported when starting the vue project.

` errno: -2, code: 'ENOENT', syscall: 'spawn vls', path: 'vls', spawnargs: [] } Closing process for 'vls'

`

But I have installed vls.

7HR4IZ3 commented 3 months ago

Ensure you installed vue language server by running

npm install vls -g

Also try starting running vls in termux, maybe it would show the cause of the errors

kabaka9527 commented 3 months ago

Screenshot_2024-05-29-19-49-01-326_com.termux-edit.jpg

Vls execution has been like this, and there is no next step and no error.