Closed andynunes closed 2 years ago
Currently having the same issue!
This should be fixed in the latest, some things got released a bit early 😅. I'm going to close this out, but let us know if you still have issues.
Looks to be fixed as of 13.8.5
. Thanks!
Still happening in Jun16, 2022
@esantelmo This was fixed and confirmed as fixed in 13.8.5. If you are experiencing issues in a version newer than 13.8.5, can you open a new issue complete with error logs, nx report
, and reproduction steps?
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
Creating a new nx workspace with a nest app using the latest version of create-nx-workspace results in an application producing a fatal error when running
nx serve ...
.Note that this does not occur using
create-nx-workspace@13.8.3
and it does not occur on13.8.4
when creating an angular app (the only other one I tested)Workspace is created successfully
The error below then prevents the app from being served.
Expected Behavior
nx serve
command succeeds.Steps to Reproduce
Repo with result of running the above commands https://github.com/SERTMinistries/nx-create-app-test
Failure Logs
Environment