bit-docker icon indicating copy to clipboard operation
bit-docker copied to clipboard

Unable to find @teambit/design.ui.icon-button

Open flexwie opened this issue 4 years ago • 1 comments

When building the image I am running into this error:

error Couldn't find package "@teambit/[email protected]" required by "@teambit/[email protected]" on the "npm" registry.

Adding an extra step that adds bit.dev as a Scoped Registry seems to fix this:

RUN npm config set '@teambit:registry' https://node.bit.dev

Should I create a PR for this fix?

flexwie avatar Jun 13 '21 20:06 flexwie

+1

Seventysevendays avatar Oct 25 '22 09:10 Seventysevendays