Generating a nestjs app targeting a directory create the e2e project with the wrong name #18806
Closed
1 of 4 tasks
Labels
blocked: retry with latest
Retry with latest release or head.
outdated
scope: node
Issues related to Node, Express, NestJS support for Nx
stale
type: bug
Current Behavior
Created a new Nestjs app targeting a directory using the following command
nx g @nx/nest:app myservice --directory services
The new app was bootstrapped correctly inside of the apps/services folder but the e2e app was created with a wrong name:
services-myservice-e2e
.NX version: v16.7.2``
Expected Behavior
The e2e app was created in the right folder but with an incorrect name, it should be the same name defined to myservice.
/apps/services/myservice
GitHub Repo
No response
Steps to Reproduce
Create a new NX workspace
npx create-nx-workspace myworkspace --preset=nest
Create a new NestJS app targeting a directory
nx g @nx/nest:app myservice --directory services
Nx Report
nx report > NX Configuration Error The following implicitDependencies point to non-existent project(s): gateway-e2e gateway
Failure Logs
No response
Operating System
Additional Information
No response
The text was updated successfully, but these errors were encountered: