``` $ ng add angular-cli-ghpages@1.0.0-rc.2 Could not parse angular.json: Cannot read property 'Loose' of undefined ``` The reason is this line: https://github.com/angular-schule/angular-cli-ghpages/blob/master/src/ng-add.ts#L21 The JSON parser is deprecated. See https://github.com/angular/angular-cli/blob/master/packages/angular_devkit/core/src/json/parser.ts#L926