Medic.Checks.NPM.any_packages_installed-question-mark
You're seeing just the function
any_packages_installed-question-mark
, go back to Medic.Checks.NPM module for more information.
Specs
any_packages_installed?(opts :: Keyword.t()) :: Medic.Check.check_return_t()
Checks that npm install has been run at least once.
Opts:
cd
: The directory to run the command in.prefix
: Run npm with--prefix
. Defaults toassets
.