You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This error occurs on a fresh install.
I added coc.nvim plugin and built it with command 'npm ci'
coc-clangd is then downloaded automatically when vim is started.
Since there is no clangd binary yet in my ~/.config/ folder, i have to run the command ':CocCommand clangd.install' (as requested when i open a .cpp file).
But the command fails with the following error message:
[coc.nvim] Failed to install clangd language server: TypeError: Expected signal to be an instanceof AbortSignal
You may want to install it manually.. See https://clangd.llvm.org/installation.html.
Thank you very much for your insight.
The text was updated successfully, but these errors were encountered:
From what i found it is possible this bug is caused by node-fetch (node-fetch/node-fetch#784).
I tried rebuilding coc-clangd from the repository with npm install, while changing version of node-fetch in package-lock.json, but it had no effect.
But maybe i did something wrong, i admit i am not very proficient with node.
This error occurs on a fresh install.
I added coc.nvim plugin and built it with command 'npm ci'
coc-clangd is then downloaded automatically when vim is started.
Since there is no clangd binary yet in my ~/.config/ folder, i have to run the command ':CocCommand clangd.install' (as requested when i open a .cpp file).
But the command fails with the following error message:
[coc.nvim] Failed to install clangd language server: TypeError: Expected signal to be an instanceof AbortSignal
You may want to install it manually.. See https://clangd.llvm.org/installation.html.
Thank you very much for your insight.
The text was updated successfully, but these errors were encountered: