The webwork server I am upgrading is behind a proxy server. This was not a problem for additional Perl packages (I did have to provide username/password for the proxy server in CPAN shell), but I am stuck on
$ npm ci
in webwork2/htdocs and pg/htdocs
I am using
$ sudo npm --https-proxy https://proxy.server.name:443 ci
And I tried a version with username/password -- same results.
I think both log files point to the same issue. I put the error lines from the log files below. My question is whether there is a workaround: can I get the needed files some other way?
--Alexei
Part of the log file ("IP_addr" is some IP address):
verbose audit error FetchError: request to https://registry.npmjs.org/-/npm/v1/security/audits/quick failed, reason: connect ECONNREFUSED <IP_addr:443>
verbose audit error errno: 'ECONNREFUSED',
verbose audit error syscall: 'connect',
verbose audit error address: 'IP_addr',
verbose audit error port: 443,