ng update @angular/cli --next failed #16056
Labels
area: @schematics/angular
freq1: low
Only reported by a handful of users who observe it rarely
severity3: broken
type: bug/fix
Milestone
🐞 Bug report
Command (mark with an
x
)Is this a regression?
No.
Description
I'm upgrading from
8.3.17
. It failed without any detail. Just saidInvalid JSON character: "{" at 74:32.
. I'm sure my JSON file (angular.json
) is valid.🔬 Minimal Reproduction
🔥 Exception or Error
🌍 Your Environment
Anything else relevant?
I just found the main fail point of this migration.
Here is my
angular.json
snippet:The main problem is on the
"budgets"
section. If I just simply re-format this into this:Then it just works.
The text was updated successfully, but these errors were encountered: