nodeshift-archived / ubi8-s2i-web-app

Apache License 2.0
26 stars 28 forks source link

npm install can fail without identifying error #77

Open mhamann opened 3 years ago

mhamann commented 3 years ago

Due to this line https://github.com/nodeshift/ubi8-s2i-web-app/blob/main/s2i/assemble#L67, any errors during npm install -s will fail silently with no explanation as to what went wrong. This makes it extremely difficult to troubleshoot.

lholmquist commented 2 years ago

you should be able to use this env var to change the output, https://github.com/nodeshift/ubi8-s2i-web-app/pull/80