When I search my package on juliahub, i can see the package’s name and new version appearing in the search results but when I click on my package name then it displays the attached error.
Yes, the second portion of that 404 message is the case here: JuliaHub hasn’t yet built the documentation and info pages for your package. It is a regularly recurring task and should get to it soon.
This explains the lack of information/documentation on the package page but does this also explain the second issue i.e. when I try to “add” my package in the pkg terminal, it displays error. Sorry but this is only my second time since publishing package to julia, so I am having a few questions here.
Ah, I missed that second portion — that’s due to this warning:
Warning: Some registries failed to update:
- `C:\Users\family\.julia\registries\General` — registry dirty
@ Pkg.Types C:\buildbot\worker\package_win64\build\usr\share\julia\stdlib\v1.6\Pkg\src\Types.jl:1246
Probably the easiest and quickest fix for this is to delete (or move) the C:\Users\family\.julia\registries\General folder. Somehow you have modified your registry locally and now Julia is refusing to update it.