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

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-archives-check - does not check archives
  • --no-compile - does not compile even if files require compilation
  • --no-deps-check - does not check or compile deps, only load available ones
  • --no-elixir-version-check - does not check Elixir version
  • --no-optional-deps - does not compile or load optional deps
  • --no-path-loading - does not add entries to the code path