bit-angular icon indicating copy to clipboard operation
bit-angular copied to clipboard

ENOENT: no such file or directory

Open staizen-jose-macalla opened this issue 3 years ago • 2 comments

Environment:

  • Ubuntu 22.04
  • VSCode
  • Bit version 0.0.846

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

staizen-jose-macalla avatar Sep 07 '22 07:09 staizen-jose-macalla

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

AntGrisha avatar Oct 07 '22 10:10 AntGrisha

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

AntGrisha avatar Oct 07 '22 10:10 AntGrisha