We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
$ ng add [email protected] 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
The text was updated successfully, but these errors were encountered:
feat: add support for Angular v13 by @fmalcher (v1.0.0-rc.3)
aa7ea02
* fix: remove deprecated JSON parser, use workspace tools * v1.0.0-rc.3 fixes #138 fixes #137 Co-authored-by: Johannes Hoppe <[email protected]>
I just published [email protected] to npm! This version supports Angular 13. Many thanks for the patch!
[email protected]
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
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
The text was updated successfully, but these errors were encountered: