Closed Trollwut closed 5 years ago
I've got the same problem. Creating the directory manually doesn't help.
You're also running Arch? Maybe it's some kind of yarnrc config stuff…?
I also wonder why the pictured error says it tries to open /home/username/package.json
. Shouldn't it be some file in coc-sh config folder and not in home?
No, Gentoo. It's probably a matter of nodejs or some nodejs module version.
That might be. But I'm not used to nodejs, so I don't know for what I'm looking for.
As I have one machine with this problem and another that works, I can check differences, if someone tells me what to check. :)
Just tried in Arch at work - using node.js v11.15.0 - everything works fine....
bash-language-server
does not install on node 12.x.
Reference:
Still doesn't do it for me. Being on Arch, I switched to v11.15.0
and v11.14.0
and still receive the same error.
$ node -v
v11.14.0
$ npm -v
6.10.2
Did I miss something?
This should be resolved in v0.3.1
.
Hey folks!
First, thanks for creating this package!
I have my neovim config running on 2 Manjaro machines and 1 Arch machine. While my Manjaro ones work as intended with this extension, my Arch one doesn't.
I use a pretty simple config for coc in my neovim init:
Now when I open a bash file on my Arch machine, it will try to begin the installation of coc-sh. Unfortunatelly, it will lead to this error log:
And this will lead to the following vim error message:
Is this a known problem?
If you need any further information, please ask!