-
-
Notifications
You must be signed in to change notification settings - Fork 960
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
[Windows] [coc.nvim] error: UnhandledRejection: Cannot read property 'reader' of undefined #1836
Comments
The problem is with a call to It may be related to this issue: commenting out the existence check everything works fine so it's definitely this that's causing the problem. |
It turns out that
|
Which call in the sources? |
Should be coc.nvim/src/language-client/index.ts Line 425 in d9c7993
|
I've removed that check, it's not necessary. |
Result from CocInfo
Describe the bug
I'm using coc-metals and have raised this issue on the coc-metals repo but have been advised to report it here instead.
Installing coc-metals using
:CocInstall
works well but when it is preparing I receive this error:Here are the relevant lines in
index.js
:The problem is that
transports
is undefined.Reproduce the bug
On Windows 10 using Windows Terminal and Powershell 7 install coc-metals and open a scala file.
The text was updated successfully, but these errors were encountered: