I have done the following things:
- I created a test package using PkgTemplates, then
- I deleted it, and then
- I wanted to create another test package and I ran into an error.
ERROR: expected package
Test [caf985be]to exist at path
/path-to-package/Test`
I also get the same error, when writing ] update
or ] resolve
. I tried different pkg
commands.
I tried to remove folder General
from .julia/registries.
This is the template I was using:
Template(;
user="pjgorski",
dir="~/Test",
authors="pjgorski",
julia=v"1.6",
plugins=[
License(; name="MPL"),
Git(; manifest=true, ssh=true),
GitHubActions(; x86=true),
Codecov(),
Documenter{GitHubActions}(),
Develop(),
],
)
Thanks for help!