It’s just that this does not create a folder with a src/ for me, and so I can’t reproduce the error so I’m not sure… More likely that others, like @mauro3 above, know what’s going on
Have you tried without the .jl as suggested by @mauro3 and myself? While the packages have the .jl extension on GitHub, I believe all your local package repositories in dev/ should appear without the .jl extension if you added or deved them.
Yes, but the environment is not so much what I am worried about, as status() and update() seem to have worked fine. The include() call is where I am getting the error, it is like the src/Neptune.jl file does not exist. Calling src/Neptune as well yields no difference as wekk of course. It is almost as if Julia is unaware that the file exists.
Have you read my post above? It finds the file but then errors in the line linked to above. Apparently it is not made to be included but only loaded by using or import. Alternatively, if you must include you will need to update that line of code.