I have a folder added to LOAD_PATH, and in this folder the TestsController.jl
module. In another file I have using TestsController
. Everything works as expected, but upon loading the app/script I’m getting a warning about the dependencies:
Loading routes┌ Warning: 2021-03-27 19:10:29 Package DockerTest does not have TestsController in its dependencies:
│ - If you have DockerTest checked out for development and have
│ added TestsController as a dependency but haven't updated your primary
│ environment's manifest file, try `Pkg.resolve()`.
│ - Otherwise you may need to report an issue with DockerTest
└ Loading TestsController into DockerTest from project dependency, future warnings for DockerTest are suppressed.
[ Info: 2021-03-27 19:10:29 Precompiling TestsController [top-level]
How can I fix this please?