-
Notifications
You must be signed in to change notification settings - Fork 128
The dependencies keep on installing themselves again and again #1084
Comments
ComplementsAs a complement to the ticket description, here is what I see every time when I open Atom: Yellow message by:
Yellow message by:
And this installing takes about 2 minutes, does a lot of downloading, the And what I see is that every time I open Atom the same downloading and installing happens. So with that bug present, I can't really afford to use Atom with Is there a way to quick fix it on my system? |
I am seeing this on my mac on after a fresh install of go from homebrew |
I have the exact same issue |
Same here on Ubuntu |
same on windows |
I think it's a duplicate of #1020 , the solution worked for me:
In my case the |
Description
Since I manually installed Golang 1.15 on my Ubuntu 20.10, the dependencies that
go-plus
wants to use keep on installing themselves again and again every time I open Atom. Togo-plus
they look like missing, but after their first install they are present and accessible so they shouldn't be downloaded again and installed againOutput from
atom -v && apm -v
I have python 3.8.6 installed on my system, not sure why the
apm -v
command doesn't work for pythonOutput From
go env
Steps to Reproduce
$ sudo apt remove golang
/usr/local/go/
~/.profile
the lines:Expected Behavior
The dependencies should install themselves once
Actual Behavior
The dependencies keep on installing themselves again and again, as if they were missing
The text was updated successfully, but these errors were encountered: