You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Private packages defined in package.json, use proxy, ether though environment variant HTTPS_PROXY=http://HOST:PORT, or through .npmrc, will cause ncu response 400 Bad Request.
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.
May similar with #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.
The text was updated successfully, but these errors were encountered: