v1.18.x
Julian Lam 4 years ago
parent db65360c0d
commit acdbd04913

@ -66,7 +66,8 @@ function installAll() {
}
}
} catch (e) {
console.error(e);
// No error handling is required here.
// If nconf is not installed, regular package installation via npm is carried out.
}
try {
cproc.execSync(command + (prod ? ' --production' : ''), {

Loading…
Cancel
Save