@shopify/cli-kit
    Preparing search index...

    Function installNPMDependenciesRecursively

    • This function traverses down a directory tree to find directories containing a package.json and installs the dependencies if needed. To know if it's needed, it uses the "check" command provided by dependency managers.

      Parameters

      • options: InstallNPMDependenciesRecursivelyOptions

        Options to install dependencies recursively.

      Returns Promise<void>