To expand on this, it is generally discouraged to use the default environment (in your case, @v1.8) for anything other than development- or interface- focused packages. Eg, my default environment has OhMyREPL, MiniLoggers, Revise, BenchmarkTools, and not much else.
Julia’s built-in support for distinct projects with their own package “environments” (a la virtualenv for python) is really great, I’d encourage you to use them. I’d also encourage you to check out https://modernjuliaworkflows.github.io/