-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error caching npm package from gitlab private registry #27759
Comments
I just tried it out and I can both publish and install packages from the GitLab npm registry without any issues. Is the domain correct? Is the project id correct? Does the package with the matching version exist in the registry? |
The domain is correct. Upon further debugging. Deno seems to have problems when using gitlab instance level registry setup. example:
However it does work when using a project level registry setup example:
|
Right, I was only trying out the project level setup. |
@marvinhagemeister Does this ticket need anymore info? |
no |
Version: Deno 2.1.6
Seems to be related to #25924
But either was not entirely fixed by #26473 or has since regressed. But I believe it is the latter as It also failed on 2.0.3
.npmrc
deno.json
Command
deno install error: Failed caching npm package '@privateregistryname/[email protected]' Caused by: Could not find npm package tarball at: https://gitlab.company.engineering/api/v4/projects/4055/packages/npm/@privateregistryname/package-name/-/@privateregistryname/package-name-1.0.0.tgz_
The text was updated successfully, but these errors were encountered: