-
Notifications
You must be signed in to change notification settings - Fork 12k
Cannot read property 'kind' of undefined during version 9 update #16022
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
Comments
The I'll fix this in the framework migrations, as apparently it cannot assume that the tsconfig is always valid. |
@devversion also mentioned that this can happen when test files are included, which happens in library project because the tsconfigs used by ng-packagr automatically filter out spec files. Maybe we should update these configs to exclude the test files. |
Could this be related angular/angular#33143 got this error 20 days ago (nit: after moving from single-app to monorepo ( multi projects/ in workspace) I don't have this error anymore) |
I'm not sure if that is related. This issue seems to be because of #16035 where |
Assigning to Filipe for verification |
For reference: The error is no longer thrown as part of the migration and we now gracefully report if the tsconfig of a migration target has failures. I think the CLI migration that generates these invalid tsonfigs has been fixed, so I think that can be closed. |
I can confirm |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
This issue impacts 9.0.0-rc.0 and happened while updating https://github.com/vmware/clarity.
The following migration failed while running, interrupting the update process.
The text was updated successfully, but these errors were encountered: