Medic.Checks.NPM.all_packages_installed-question-mark

You're seeing just the function all_packages_installed-question-mark, go back to Medic.Checks.NPM module for more information.
Link to this function

all_packages_installed?(opts \\ [])

View Source

Specs

all_packages_installed?(opts :: Keyword.t()) :: Medic.Check.check_return_t()

Checks that the packages declared in assets/package-lock.json are all installed.

Opts:

  • cd: The directory to run the command in.
  • prefix: Run npm with --prefix. Defaults to assets.