-
Notifications
You must be signed in to change notification settings - Fork 12k
fix(@schematics/angular): remove solution style throw an error #18851
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
fix(@schematics/angular): remove solution style throw an error #18851
Conversation
db9b1cc
to
8ea0967
Compare
packages/schematics/angular/migrations/update-10/remove-solution-style-tsconfig.ts
Outdated
Show resolved
Hide resolved
packages/schematics/angular/migrations/update-10/remove-solution-style-tsconfig.ts
Outdated
Show resolved
Hide resolved
packages/schematics/angular/migrations/update-10/remove-solution-style-tsconfig_spec.ts
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for this, a couple of suggested changed above.
remove-solution-style-tsconfig migration fail when upgrading from version 10.0.* to 10.1.* with the following error: [error] Error: Could not read 'tsconfig.json'
8ea0967
to
1f979e9
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM thanks
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. |
remove-solution-style-tsconfig
migration fails when upgrading from version 10.0.* to 10.1.* with the following error:There is no issue regarding this but you can see the following comments:
#18744 (comment)
#18040 (comment)
Btw, the files are not formatted correctly by the
prettier
configuration but I decided to leave these changes out of the scope of this PR.