cli 安装npminstall

Others 2022-05-12 04:07:08 2022-05-12 04:07:08 1130 次浏览

import npminstall from 'npminstall';

npminstall({
			root: this.targetPath,
			storeDir: this.storePath,
			registry: getNpmRegistry(),
			pkgs: [
				{
					name: this.packageName,
					version: this.packageVersion
				}
			]
		});