You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An unhandled exception occurred: Workspace config file cannot be loaded: /Users/splaktar/Git/devintent/devintent/angular.json
Invalid JSON character: "{" at 37:32.
See "/private/var/folders/3w/d8jpfpm16xs1ktpq20zprl880000gn/T/ng-PJGl3A/angular-errors.log" for further details.
Contents of that log file
[error] Error: Workspace config file cannot be loaded: /Users/splaktar/Git/devintent/devintent/angular.json
Invalid JSON character: "{" at 37:32.
at getWorkspace (/Users/splaktar/Git/devintent/devintent/node_modules/@angular/cli/utilities/config.js:58:15)
🐞 Bug report
Command
Is this a regression?
Not sure as this is the first time using
ng update
after addingbudgets
.Description
angular.json
file'sbudgets
section is corrupted onng update @angular/cli --next
.🔬 Minimal Reproduction
ng update @angular/cli --next --force
ng update @angular/material
🔥 Exception or Error
Contents of that log file
[error] Error: Workspace config file cannot be loaded: /Users/splaktar/Git/devintent/devintent/angular.json Invalid JSON character: "{" at 37:32. at getWorkspace (/Users/splaktar/Git/devintent/devintent/node_modules/@angular/cli/utilities/config.js:58:15)
🌍 Your Environment
Before
After
Anything else relevant?
angular.json
before:angular.json
afterng update
:angular.json
after manually fixing:The text was updated successfully, but these errors were encountered: