You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 runningnpm 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.The text was updated successfully, but these errors were encountered: