core: log npm install errors to console for debugging dependency failures
parent
655fe20beb
commit
ced125a974
|
|
@ -288,6 +288,7 @@ export namespace Config {
|
|||
// Install any additional dependencies defined in the package.json
|
||||
// This allows local plugins and custom tools to use external packages
|
||||
await Npm.install(dir).catch((err: any) => {
|
||||
console.log(err)
|
||||
log.warn("failed to install dependencies", { dir, error: err.message })
|
||||
})
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue