Currently stdout/stderr from install scripts is hidden (piped away).
Add --verbose to show the full output from each package manager command.
This is important for debugging failed installs.
File to edit: src/installer.js
Change: pass { stdio: 'inherit' } to execa when --verbose is set