Skip to content
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

Support to private packages #101

Closed
luishrodg opened this issue Oct 17, 2022 · 3 comments
Closed

Support to private packages #101

luishrodg opened this issue Oct 17, 2022 · 3 comments
Assignees
Labels
enhancement New feature or request

Comments

@luishrodg
Copy link

Ultra gives an 404 error when trying to install a private github package, seems that .npmrc file is ignored by ultra. On yarn and npm works fine.

Versions

  • Ultra: 0.7.0
  • Node: v16.15.0
@nachoaldamav
Copy link
Owner

True, I completely forgot about the .npmrc file. I will implement it as soon as possible.

@nachoaldamav nachoaldamav added the enhancement New feature or request label Oct 17, 2022
@nachoaldamav nachoaldamav self-assigned this Oct 17, 2022
@nachoaldamav
Copy link
Owner

nachoaldamav commented Oct 17, 2022

Tonight i'm going to create a release with this update so you can try if it works well.
In this image you can see that the packages with modified registries have the correct registry.

Edit:
You can use the following command to test the fix.

npm i -g ultra-pkg@0.7.0-next-982fbd3f2cc85edca1936b0e85845c0ae1a130229bb8a94e074ccfd4990b220d

image

@nachoaldamav
Copy link
Owner

nachoaldamav commented Oct 17, 2022

I'm testing a package with auth (Github packages).

Edit:
Should be fixed in this version:

npm i -g ultra-pkg@0.7.0-next-221d36459e7cc83540a442ce82362580faa3e2a5d4ffaa3363b92ed0944773da

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Done
Development

When branches are created from issues, their pull requests are automatically linked.

2 participants