@bocc wrote:
I wanted to share an experience of mine, should someone also encounter this.
I am developing my package on Windows, it’s name is an all-capitalized abbreviation in Project.toml, but src/prjname.jl was not capitalized. This caused the following:]activate .
and]instantiate
worked just fine, butusing PRJNAME
resulted in alocal package not found
error (even with uuid specification).
Capitalizing the name of the source file solves the issue. (But Git also doesn’t recognize this as a change on Windows…)
Posts: 2
Participants: 2