-
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
Folders e2e
and src
are still there after migration to nx
#3944
Comments
…om Angular ISSUES CLOSED: nrwl#3944
…om Angular ISSUES CLOSED: nrwl#3944
…om Angular ISSUES CLOSED: nrwl#3944
…om Angular ISSUES CLOSED: nrwl#3944
This PR will be closed. Deleting the folders proves to be a bit trickier than anticipated, since they are empty, and So, this PR will be closed for now (it may be revisited in the future). It is a small price to pay to delete once the remaining, empty, |
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
After migrating angular CLI built application to NX, all code is migrated but original folders
e2e/src
andsrc/app
,src/assets
andsrc/environments
are still there.Expected Behavior
Original folders should be removed once the code is successfully migrated to
apps
and/orlibs
Steps to Reproduce
ng new test123 cd test123 ng add @nrwl/workspace
This issue may not be prioritized if details are not provided to help us reproduce the issue.
Failure Logs
None
Environment
Node: 14.4.0
Angular CLI: 10.1.7
OS: OSX Catalina
The text was updated successfully, but these errors were encountered: