
JMahoney593500 (Community Member) asked a question.
I have been trying to run a SCA scan of my bower requirements, and have tested just running "bower install" which succeeds. However, when the exact same command is run as part of the SCA scan it claims that the command fails immediately
I noticed that the stdout of the bower install is redirected to a temp file in the SCA scan, which is then DELETED when the program exists, making it impossible to diagnose what has happened.
Verbose and debug options both do not show the output of bower, why was this decision made to hide the output of the bower install attempt and what can i do to work around it?
.png)
This was resolved with a global install of bower.