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

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

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-deps-loading - does not add deps loadpaths to the code path
  • --no-elixir-version-check - does not check Elixir version
  • --no-optional-deps - does not compile or load optional deps