Closed onsa closed 1 year ago
This isn't a bug, but rather a choice made to simplify some of our internal preset logic. The angular-nest
preset, and a few other "combo" presets were removed. Instead, you should choose a preset that fits your use case, install the plugins for whatever generators you wish to run, and run them yourself.
The combo presets had some issues such as not allowing all options for each app they generated that were frequently raised, and its not worth cluttering the workspace generation code with edge case fixes for these.
@AgentEnder
I chose bug
as it leaves me with rather cryptic error messages and it is definitely a regression from v.15.1.1.
Should I take from the rest of your message that even if I reopen this as a feature request, it'll be rejected? If so, would you consider creating release notes to describe what steps should be taken by those who wish to create such combos for themselves? Creating such a regression with no communication whatsoever is quite strange...
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.
Current Behavior
The
create-nx-workspace
tool no longer supportsangular-nest
as a preset:Expected Behavior
The
create-nx-workspace
tool listsangular-nest
as a preset and can scaffold out a new repository with a nestjs application, an angular application and anapi-interfaces
library.Github Repo
No response
Steps to Reproduce
npx create-nx-workspace [workspace-name] --preset angular-nest
Nx Report
Failure Logs
Additional Information
The
create-nx-workspace
tool no longer supportsangular-nest
as a preset.I could not find any documentation online about the reasons behind the removal of this preset. I couldn't even find an announcement / heads up.
When I asked over the official
@nrwl/community
slack channel, I was told that the decision had been made because the menu used to be too "cluttered". This, however, does not explain the fact that the preset is missing altogether from the list of presets. One can no longer scaffold out a newangular-nest
project even with the--preset
flag. A subjective aesthetic decision not to featureangular-nest
as a default configuration does not justify its total removal from the available presets.Please add back the removed preset. Thanks.