Alert: 5 dependencies skipped during auto compilation due to previous errors!

The second error says that InteractBase is not a direct dependency (it’s presumably in the Manifest b/c Interact depends on it). So InteractBase’s version is something you don’t have to worry about.
The first error is hard to diagnose. My rule of thumb with registry problems is: just remove the registry with registry rm General. It will be reinstalled automatically when needed.
There are various reports on discourse about registry updating problems on windows machines. One thing that may or may not help is to set ENV["JULIA_PKG_SERVER"] = "" after removing the registry.

See also