bit-docker
bit-docker copied to clipboard
Unable to find @teambit/design.ui.icon-button
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?
+1