Closed pgerhard closed 3 years ago
Yes, this is definitely an issue that will also shy organizations away from adapting Nx as part of their tooling.
This issue has been automatically marked as stale because it hasn't had any recent activity. It will be closed in 14 days if no further activity occurs. If we missed this issue please reply to keep it active. Thanks for being a part of the Nx community! 🙏
Any feedback on this from the NX Team?
Auto closing tickets without any feedback is not helpful
This issue has been closed for more than 30 days. If this issue is still occuring, please open a new issue with more recent context.
Description
I use NX workspaces to develop multiple different applications using a variety of different frameworks (vanilla NodeJS, Angular and React). Thus when creating my initial workspace using
npx create-nx-workspace@latest
and when askedWhat to create in the new workspace
I configured it to beempty
. This results in a workspace which follows the overall structure mentioned here. If however I create an NX workspace and when askedWhat to create in the new workspace
I selectangular
the overall structure is as described here.In my eyes this leads to two problems
This is why I would suggest no longer generating the
angular.json
and instead use theworkspace.json
, even if the user configures the content of the workspace to beangular
. This would mean