[Self-Hosting] esm.sh is incompatible with Azure DevOps (private) npm registries #701
Unanswered
MilanKovacic
asked this question in
General
Replies: 1 comment 2 replies
-
didn't get the |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello!
Azure DevOps API does not support fetching /package/version. It only supports /package endpoint, so all of the subsequent requests fail.
Since /package response is a superset of /package/version, information could be extracted from the response.
Currently, the only workaround is to use an anti-corruption layer to proxy the requests and manipulate the response for /package/version endpoint.
Are there any plans to officially support Azure DevOps? Thank you in advance.
Beta Was this translation helpful? Give feedback.
All reactions