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 deploying and using external private registry packages #1390

Open
ericallam opened this issue Oct 8, 2024 · 2 comments
Open

Support deploying and using external private registry packages #1390

ericallam opened this issue Oct 8, 2024 · 2 comments

Comments

@ericallam
Copy link
Member

Currently we can support private registry NPM packages that are bundled, but we cannot support any that are external (and thus installed with npm i during the image build phase).

To support this we'll need to copy the .npmrc file before running npm i. It would be good if everything for this would be in a build extension that copies the local .npmrc file and adds an NPM_TOKEN build env var.

@yadavshubham01
Copy link
Contributor

please Checkout this PR #1405

@yadavshubham01
Copy link
Contributor

yadavshubham01 commented Oct 13, 2024

hey @ericallam can you please provide me more context about this issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants