You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
572 B

/**
* 安装依赖包
* - 获取项目路径
* - 递归获得依赖项。
* - 调用 npm 来合并安装依赖项
* @param {*} param0
* @param {*} ctx
*/
export declare function installDependencies({ npmClient, registry, applyPlugins, ApplyPluginsType, paths, debug, dryRun, spinner, skipDependencies, execa: selfExeca, }: any, ctx: any): Promise<void>;
export declare function installFilesDependencies({ npmClient, registry, applyPlugins, ApplyPluginsType, paths, dryRun, debug, spinner, skipDependencies, execa: selfExeca, args, }: any, ctx: any): Promise<void>;