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