Open shaunxu opened 1 month ago
Thanks for reporting. Given the specifics of npm config and authentication particular to each case, the best way to assist on this issue is to investigate it on the machine where it originates. It's difficult for me to reproduce the specific credentials on my machine. I'm happy to answer any questions you might have about the codebase.
Thanks @raineorshine I will try to provide more details for future investigation.
May similar with https://github.com/raineorshine/npm-check-updates/issues/1436
Steps to Reproduce
Private packages defined in
package.json
, use proxy, ether though environment variantHTTPS_PROXY=http://HOST:PORT
, or through.npmrc
, will causencu
response400 Bad Request
.For example
HTTPS_PROXY=http://HOST:PORT npx ncu
Current Behavior
Expected Behavior
Successful check.