-
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
nx migrate latest does not update angular #5750
Comments
This issue occurs because This seems to be an Angular CLI workspace that was migrated to Nx so we should add |
Okay, thank you @FrozenPandaz so for me the quick fix is to just install the angular plugin? |
@heddendorp as @FrozenPandaz mentioned, this seems to be a workspace that was not correctly migrated to Nx. I can see you created this other issue where the migration did fail #5751 and that's unfortunate, I'll have a look at that one, but it can take some time until it gets resolved. You can follow the steps on this guide https://nx.dev/latest/angular/migration/migration-angular#transitioning-manually to manually migrate your application to an Nx workspace. |
I'm closing this one as it doesn't seem to be an issue of the Please, feel free to reopen this if you still think this is an issue after the workspace migration issue is resolved. |
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
running
nx migrate latest
only update @nrwl packagesExpected Behavior
The command should help me update all packages in my app.
Steps to Reproduce
Run the command in https://github.com/heddendorp/tumi-app/tree/nx-workspace
Failure Logs
Environment
The text was updated successfully, but these errors were encountered: