Closed blairjanis closed 2 years ago
I got it to work by running ...
yarn add @teambit/component-version
I'm not sure why this isn't included in the dependencies for teambit.angular/angular.
Hello, thanks for the report. It looks like it's a dependency of a dependency that went missing after a change, I'll investigate to figure out where that's missing and publish a fix.
should be resolved by - https://github.com/teambit/bit/pull/5968
please check with bit 0.0.763 (or higher) and re-open if it still happen
I'm trying to figure out how to get my angular component to export to my scope on bit.dev. From what I understand I need to run the tag command:
bit tag my-button --message "first publish"
It runs for a while and then I get this error:
I'm new to bit and am not very familiar with the workflow so I'm not sure what information will help track down what could be producing this error. Any guidance or help is appreciated.