Can verdaccio run as a npm proxy cache? #2319
Unanswered
patgmiller
asked this question in
Q&A
Replies: 1 comment 4 replies
-
🤔 I am not sure if I understand your question, could you provide detailed examples. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Previously I deployed verdaccio for a company's build cache because npm / yarn cloudflare was rate limiting our builds. However, after several hours of testing / tweaking it appears as though verdaccio does not support the npm / yarn proxy configurations, it only works when setting the
--registry
config to the verdaccio host, which resolves as though the verdaccio host IS the registry instead of just a proxy. Which means the resulting lock files will have the host domain and protocolSo I am wondering if it is possible to setup verdaccio to handle
--proxy
install but respond with upstream registry?Beta Was this translation helpful? Give feedback.
All reactions