Hi,
We have a forked project from bootstrap-icons and we are facing a problem with the hugo-bin dependency
"hugo-bin": "^0.117.1",
Just making an npm install or making a npm i hugo-bin fails on an internal hugo-in procedure to download the associated binary.

We are behind a proxy and everything works fine with other dependencies. We have set the npm config proxy and https-proxy . We have also set HTTP_PROXY and HTTPS_PROXY on our system environnements.
It seems like when hugo-bin tries to download the binary, the proxy configuration is lost at some point. Does this behavior comes from the call made inside hugo-bin or is it a native Node bug when calling sub processes ?
Thanks.
Hi,
We have a forked project from bootstrap-icons and we are facing a problem with the hugo-bin dependency
"hugo-bin": "^0.117.1",Just making an
npm installor making anpm i hugo-binfails on an internal hugo-in procedure to download the associated binary.We are behind a proxy and everything works fine with other dependencies. We have set the npm config
proxyandhttps-proxy. We have also set HTTP_PROXY and HTTPS_PROXY on our system environnements.It seems like when
hugo-bintries to download the binary, the proxy configuration is lost at some point. Does this behavior comes from the call made inside hugo-bin or is it a native Node bug when calling sub processes ?Thanks.