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 May 16, 2019. It is now read-only.
Currently, @emeralt/server uses registry.npmjs.com as upsteam by default. This means, if package is not found locally, request is redirected to the npm registry.
Recommendations
Upstreams should be disabled by default
Upstreams should be configurable via server config
Multiple upstreams support
Protected (with auth) upstreams support
The text was updated successfully, but these errors were encountered:
Currently,
@emeralt/server
usesregistry.npmjs.com
as upsteam by default. This means, if package is not found locally, request is redirected to the npm registry.Recommendations
The text was updated successfully, but these errors were encountered: