View Source mix deps.loadpaths (Mix v1.13.4)

Checks, compiles, and loads all dependencies along the way.

If there is an invalid dependency, its status is printed before aborting.

Although this task does not show up in mix help, it is part of Mix public API and can be depended on.

Command line options

  • --no-compile - does not compile dependencies
  • --no-deps-check - does not check or compile deps, only load available ones
  • --no-elixir-version-check - does not check Elixir version
  • --no-load-deps - does not add deps loadpaths to the code path