-
Notifications
You must be signed in to change notification settings - Fork 903
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
Using private template with cli #927
Comments
Using registry "https://registry.yarnpkg.com"
"@your-org:registry" "https://artifactory.yourorg.com/artifactory/api/npm/" |
Doesn't work. I try this with .npmrc and .yarnrc. Both files only works to get the first code, get error when try to download the template. |
Um, add the config file to your template then, it's gonna be copied as is. |
I try this too |
You're right, that won't work. We'd have to introduce the registry flag passed to the npm/yarn. Reopening |
is there any temporary solution while the feature is in development? |
Any temp solution for this? |
There hasn't been any activity on this issue in the past 3 months, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 7 days. |
Still valid, anyone up for grabs? :) |
Is there a way to implements this? If yes, I can try code it. |
Any help is welcomed @lucianomlima :) |
I need some guidance, about this. I don't know where this can be implemented. |
Ask your Question
Hello guys. Is there a way to use private package as template?
I'm trying several ways to make this work but have no success.
I'm trying with github package registry, but fails in the download step.
I'm try to add the registry URL in
.npmrc
, in.yarnrc
, but doesn't work.Any advices?
The text was updated successfully, but these errors were encountered: