Hi,
Installing nodegit in a node.js Docker image based on node:latest. npm install says "Failed to install prebuilt binary, building manually". This takes forever.
Same happens in my CI environment (TeamCity agents running on Docker containers).
What frustrates me the most is my inability to investigate why this happens. Any way you can pipe the error to stderr or stdout so as to help users investigate?
Thanks
Hi,
Installing
nodegitin a node.js Docker image based onnode:latest.npm installsays "Failed to install prebuilt binary, building manually". This takes forever.Same happens in my CI environment (TeamCity agents running on Docker containers).
What frustrates me the most is my inability to investigate why this happens. Any way you can pipe the error to stderr or stdout so as to help users investigate?
Thanks