teambit / bit-docker

A dockerfile setup to run your own Bit server.
https://docs.bit.dev
Other
89 stars 32 forks source link

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

Open flexwie opened 3 years ago

flexwie commented 3 years ago

When building the image I am running into this error:

error Couldn't find package "@teambit/design.ui.icon-button@0.0.17" required by "@teambit/react.ui.error-fallback@0.0.1" 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?

Seventysevendays commented 1 year ago

+1