I don’t understand what is going on here:
_ _ _(_)_ | Documentation: https://docs.julialang.org
(_) | (_) (_) |
_ _ _| |_ __ _ | Type "?" for help, "]?" for Pkg help.
| | | | | | |/ _` | |
| | |_| | | | (_| | | Version 1.11.4 (2025-03-10)
_/ |\__'_|_|_|\__'_| | Official https://julialang.org/ release
|__/ |
(@v1.11) pkg> add PkgSkeleton
Resolving package versions...
Updating `~/.julia/environments/v1.11/Project.toml`
[d254efa0] + PkgSkeleton v1.3.2
Updating `~/.julia/environments/v1.11/Manifest.toml`
[dce04be8] + ArgCheck v2.5.0
[d254efa0] + PkgSkeleton v1.3.2
Precompiling project...
57 dependencies successfully precompiled in 41 seconds. 69 already precompiled.
julia> import PkgSkeleton
Precompiling PkgSkeleton...
Info Given PkgSkeleton was explicitly requested, output will be shown live
ERROR: LoadError: ArgumentError: Package ArgCheck [dce04be8-c92d-5529-be00-80e4d2c0e197] is required but does not seem to be installed:
- Run `Pkg.instantiate()` to install all recorded dependencies.
Could it be some cache/precompilation corruption? What should I nuke/regenerate?