bit-angular
bit-angular copied to clipboard
ENOENT: no such file or directory
Environment:
- Ubuntu 22.04
- VSCode
- Bit version 0.0.846

Error:

Steps:
bit capsule delete --all- removed
node_modules bit installbit compilebit tag
The file exists and the localhost ran works and composition works as well as other services..
Also saying i have circular dependency but when I do bit insights to check.. it says nothing found

Can you please advice? Thanks
same issue using bit 0.0.867 and angular 1.2.13 bit start works fine though
So I fixed it on my side.
My issue was related to the fact that bit compile did not copy .scss files in subfolder. I had to add index.ts and import it into public-api.ts file.
