Bug #21619
Better debug info for npm postinstall task
Description
When npm postinstall task fails, it does not give much information about what caused the failure and how to fix it (see the screenshot). We should pipe the error output of the child task to see what went wrong.
Related issues
Associated revisions
History
#1
Updated by The Foreman Bot about 3 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/4995 added
#2
Updated by Anonymous about 3 years ago
- % Done changed from 0 to 100
- Status changed from Ready For Testing to Closed
Applied in changeset e9d618108bd7b9d3b7ab2ad9630b4580ceda2130.
#3
Updated by Daniel Lobato Garcia about 3 years ago
- Legacy Backlogs Release (now unused) set to 296
#4
Updated by Ondřej Pražák almost 3 years ago
- Related to Bug #23097: Fix debug output for npm postinstall added
Fixes #21619 - Add beter debug info for npm postinstall