nstudio / xplat

Cross-platform (xplat) tools for Nx workspaces.
MIT License
365 stars 52 forks source link

Could not execute XXX:build because it has a circular dependency #302

Closed ReneMueller4P closed 2 years ago

ReneMueller4P commented 2 years ago

Hi when i build my angular project, with nx build project or nx build project:config throws nx this error

Could not execute web-dashboard:build because it has a circular dependency

   web-project:build --> xplat-web-features:build --> xplat-features:build --> xplat-core:build --> nativescript- project:build --> xplat-core:build

How can i fix this?

ReneMueller4P commented 2 years ago

@NathanWalker Have Have you any idea to fix this ?