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
{{ message }}
This repository has been archived by the owner on Aug 11, 2021. It is now read-only.
our infrastructure with private npm registry running only on secure TLS (HTTPS) connection. So when we try download package it returns error because NPM/Yarn tries download it from insecure URL (because metadata is "deformed" by this code).
The text was updated successfully, but these errors were encountered:
I don't honestly know why this is in there, I presume it's for backwards compatibility with some third party registry. The npm registry products appear to ignore that entirely. You may want to speak with your registry vendor about getting closer compatibility with production npm behavior.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello is there any reason for this?
npm-registry-client/lib/publish.js
Line 98 in 690d62c
The text was updated successfully, but these errors were encountered: