-
Notifications
You must be signed in to change notification settings - Fork 24
I recently Dockerized my workspace for portability #325
Comments
Thanks for the feedback @vito-c.
Did you get any type of errors at all from vimPlug when you tried to do the install? Could you possible share you Dockerfils so I can see the env and such to see if I can replicate and figure out what's going on?
As long as you actually have |
ok I will play around with # 2 and then paste out my dockerfile here to this ticket. Thanks a lot fo the fast responses! :) |
Here is the docker file :) |
Thanks @vito-c although I was hoping for something I could just quickly run locally without setting anything 😬. From looking at everything though, I wonder if the issue is simply installing on Arch. I don't test against Arch at all, but just Ubuntu. I'll try to go down that route first and see if I can mimic the issue there. |
@ckipp01 I updated the dockerfile so that the arguments are gone. You don't really need them. You should be able to run this locally really quickly just copy the above put it into a Dockerfile then |
Huh, so it looks like even just going to directory and doing a
It seems to be that For example, this seems to point at some missing python libs, but it also mentions an old version of Node. However, I see you're on 15. I actually don't test building against 15, so I just added it into CI to see. I'll keep trying to figure this out, but figured I'd share that I can reproduce it. |
Another update for you on the zombie processes... sometimes metal sticks around and I have to kill node to get them to go away... the workflow for this is ssh to archlinux box I'm actually able to install |
I experienced the same issue with node 17 on arch with vim-plug, and was able to resolve it by installing npm via pacman. I think the important part is that this brings in node-gyp globally so it doesn't need to try to install it with the wrong python version in the plugin. I also happen to have installed python2 while trying to debug this, and that might have played a part, but I doubt it. |
I ran into a few issues and I wanted to share them with you to see if I was the only one having these problems.
coc-metals
plugin via vimPlug it did not get loaded at all I had to useCocInstall coc-metals
to get the plugin workingmetals.javaHome:/Library/Java/JavaVirtualMachines/jdk1.8.0_231.jdk/Contents/Home
on my mac but on other distributions it's in different places. Maybe I had this set for older versions and it's no longer needed? I have a JAVA_HOME env var in my bashrc but maybe it's not being pulled in?I'd be happy to share my dockerfile if anyone is interested.
The text was updated successfully, but these errors were encountered: