Cannot install packages on a julia repl

I’m trying to install a julia package (specifically Plots), but it always returns the "repl process died unexpectedly: signal: killed " error in the console.

I have no clue what I’m doing. Any help would be appreciated.
the repl

Maybe it could be a package error, check if the package is old.

I’m having the same issue with Genie, so I don’t think that’s the problem?

I’m having the same issue, with packages that I’ve definitely been able to install on other machines.
I’ve noticed the resources (CPU and RAM) max out at the precompiling stage, which I guess is why the process gets killed.
This would mean it’s not possible to install packages with a free account, which is a bit of a shame as it limits what you can try before deciding to upgrade.