npm-inst-all
Advanced tools
Comparing version 0.0.4 to 0.0.5
@@ -31,7 +31,7 @@ const path = require('path'); | ||
return packages.reduce((chain, packageJsonPath) => { | ||
return packages.reduce((chain, packageJsonPath, i) => { | ||
const dirName = path.dirname(packageJsonPath); | ||
return chain.then(() => { | ||
console.log(chalk.bold(`\nInstalling depencies in ${dirName}`)); | ||
console.log(chalk.bgGreen.white(`\n${i+1}/${packages.length} Installing depencies in ${dirName}`)); | ||
@@ -38,0 +38,0 @@ return npm.install({ |
{ | ||
"name": "npm-inst-all", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "npm install all nested package.json recursively or for given pathes", | ||
@@ -5,0 +5,0 @@ "main": "lib/npm-inst-all.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3548