-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
@nrwl/nest:application schematic doesn't support --strict flag #12407
Labels
outdated
scope: node
Issues related to Node, Express, NestJS support for Nx
type: bug
type: enhancement
Comments
AgentEnder
added
the
scope: node
Issues related to Node, Express, NestJS support for Nx
label
Oct 7, 2022
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. |
Bump :) |
ndcunningham
added a commit
to ndcunningham/nx
that referenced
this issue
Apr 18, 2023
ndcunningham
added a commit
to ndcunningham/nx
that referenced
this issue
Apr 18, 2023
…t option for libraries closes: nrwl#12407
ndcunningham
added a commit
to ndcunningham/nx
that referenced
this issue
Apr 18, 2023
…t option for libraries closes: nrwl#12407
ndcunningham
added a commit
to ndcunningham/nx
that referenced
this issue
Apr 18, 2023
…t option for libraries closes: nrwl#12407
ndcunningham
added a commit
to ndcunningham/nx
that referenced
this issue
Apr 18, 2023
…t option for libraries closes: nrwl#12407
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. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
outdated
scope: node
Issues related to Node, Express, NestJS support for Nx
type: bug
type: enhancement
Current Behavior
When I run the most recent @nrwl/nest:application schematic and pass the --strict flag, the command fails with the error below. It appears that it is impossible to generate a nest application in strict mode using the @nrwl schematic, even though the @nest schematic supports it.
Expected Behavior
Generating a new nest application in strict mode should be supported by the schematic and should likely be the default, like it is with Angular applications. Additionally, strict mode should likely be the default for the @nrwl/nest:library schematic (though that one does currently support the flag).
Steps to Reproduce
PR demonstrating issue on https://github.com/nrwl/nx-examples at nrwl/nx-examples#234.
nx generate @nrwl/nest:application TestApp --no-interactive --strict
Failure Logs
Environment
The text was updated successfully, but these errors were encountered: