-
Notifications
You must be signed in to change notification settings - Fork 12k
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
NG17-RC0: Next8->RC0 changed angular.json #26063
Comments
Angular.json before installing RC0 (I was using 17-next8)
|
spock123
changed the title
NG17-RC0: Error: Schema validation failed
NG17-RC0: Next8->RC0 changed angular.json
Oct 19, 2023
alan-agius4
added a commit
to alan-agius4/angular-cli
that referenced
this issue
Oct 19, 2023
…y executed Prior to this change there was a missing check that causes the migration to remove valid config when it was executed multiple times or on configs that do not contain the deprecated option. Closes angular#26063
Thanks for reporting the issue. I have a opened a PR to address this. |
alan-agius4
added a commit
to alan-agius4/angular-cli
that referenced
this issue
Oct 19, 2023
…y executed Prior to this change there was a missing check that causes the migration to remove valid config when it was executed multiple times or on configs that do not contain the deprecated option. Closes angular#26063
alan-agius4
added a commit
that referenced
this issue
Oct 19, 2023
…y executed Prior to this change there was a missing check that causes the migration to remove valid config when it was executed multiple times or on configs that do not contain the deprecated option. Closes #26063
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. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Which @angular/* package(s) are the source of the bug?
Don't known / other
Is this a regression?
Yes
Description
It looks like going from Next8 -> RC0 broke our development build, as it appears to have modified
angular.json
, clearing out theserve->configurations
valuesWhen starting our application in development mode, we now get the following error:
ng serve --host=0.0.0.0 --port=4000 --configuration=local
Please provide a link to a minimal reproduction of the bug
No response
Please provide the exception or error you saw
It's apparently complaining about a syntax issue in angular.json but this has worked in every 17-next-X version. The error only started occurring after upgrading to RC0.
Please provide the environment you discovered this bug in (run
ng version
)Anything else?
Angular.json:
The text was updated successfully, but these errors were encountered: