I was exporting my component to Bit.dev, when I got stuck at the bit tag --message
command, with the error message: Failed task 1: "teambit.pkg/pkg:PackComponents" of env "teambit.harmony/node"
I have already ran the previous commands: bit link --rewire
, bit compile
and bit build --all
prior. I would also like to mention that I have circular dependencies errors which I workaround with the --ignore-issues \"CircularDependencies\"
flag.
Have anyone faced this issue before, and managed to solve it? Thanks in advance.