teambit / bit-angular

Angular support for bit harmony
28 stars 3 forks source link

ENOENT: no such file or directory #51

Open staizen-jose-macalla opened 2 years ago

staizen-jose-macalla commented 2 years ago

Environment:

image

Error:

image

Steps:

  1. bit capsule delete --all
  2. removed node_modules
  3. bit install
  4. bit compile
  5. bit 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

image

Can you please advice? Thanks

AntGrisha commented 2 years ago

same issue using bit 0.0.867 and angular 1.2.13 bit start works fine though

AntGrisha commented 2 years ago

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.

Screenshot 2022-10-07 at 16 18 18