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
I'm submitting a ...
Current behavior: ng update @angular/core does not compile in my project, which uses ngx-admin template.
ng update @angular/core
I get the following error: Invalid range: ">=2.1.0"
Invalid range: ">=2.1.0"
Expected behavior: To be able to update.
Steps to reproduce: ng update --all or ng update @angular/core
ng update --all
Angular CLI: 6.0.0 Node: 9.4.0 OS: linux x64 Angular: 6.0.0 ... cli, compiler, core Package Version ------------------------------------------------------------- @angular-devkit/architect 0.6.0 @angular-devkit/build-angular 0.6.0 @angular-devkit/build-optimizer 0.6.0 @angular-devkit/core 0.6.0 @angular-devkit/schematics 0.6.0 @angular/animations 5.2.10 @angular/common 5.2.10 @angular/compiler-cli 5.2.10 @angular/forms 5.2.10 @angular/http 5.2.10 @angular/platform-browser 5.2.10 @angular/platform-browser-dynamic 5.2.10 @angular/platform-server 5.2.10 @angular/router 5.2.10 @ngtools/webpack 6.0.0 @schematics/angular 0.6.0 @schematics/update 0.6.0 rxjs 6.1.0 typescript 2.8.3 webpack 4.6.0
The text was updated successfully, but these errors were encountered:
Temporary Workaround (Source):
Sorry, something went wrong.
Hey Guys, the latest 2.2.0 release supports Angular 6.
No branches or pull requests
Issue type
I'm submitting a ...
Issue description
Current behavior:
ng update @angular/core
does not compile in my project, which uses ngx-admin template.I get the following error:
Invalid range: ">=2.1.0"
Expected behavior:
To be able to update.
Steps to reproduce:
ng update --all
or
ng update @angular/core
Other information:
The text was updated successfully, but these errors were encountered: