Compatibility With Angular 9
See original GitHub issueI’m submitting a…
- Regression (a behavior that used to work and stopped working in a new release)
- Bug report
- Performance issue
- Feature request
- Documentation issue or request
- Other… Please describe: Is this compatible with Angular 9?
Current behavior
I tried to update my app to Angular 9.0.6 by running ng update @angular/cli @angular/core
and got the following
Package "angular-token" has an incompatible peer dependency to "@angular/core" (requires "^7.0.0" (extended), would install "9.0.6").
Package "angular-token" has an incompatible peer dependency to "@angular/common" (requires "^7.0.0" (extended), would install "9.0.6").
Expected behavior
Compatibility with Angular 9
What is the motivation / use case for changing the behavior?
I want to update my app to use Angular 9
Environment
Angular-Token version: 7.0.1 Angular version: 8.0.2 -> 9.0.6
Bundler
- Angular CLI (Webpack)
- Webpack
- SystemJS
Browser:
- Chrome (desktop) version XX
- Chrome (Android) version XX
- Chrome (iOS) version XX
- Firefox version XX
- Safari (desktop) version XX
- Safari (iOS) version XX
- IE version XX
- Edge version XX
Issue Analytics
- State:
- Created 4 years ago
- Comments:16 (6 by maintainers)
Top Results From Across the Web
Compatibility list for Angular/Angular-CLI and Node.js
Angular CLI Angular NodeJS TypeScript
– 2.x 6.0.x or later minor 2.0.x
1.0.6 4.x 6.9.x or later minor 2.2.x
1.1.3 4.x 6.9.x or later minor 2.3.x...
Read more >Is there a compatibility list for Angular / Angular-CLI and Node ...
I solved this by using a node version manager, but still I often have the problem that I'm not sure what is the...
Read more >Angular versioning and releases
Contains new smaller features. Minor releases are fully backward-compatible; no developer assistance is expected during update, but you can optionally modify ...
Read more >angular-cli-node-js-typescript-rxjs-compatiblity-matrix.csv
Angular CLI, Angular, Node.js, TypeScript, and RxJS version compatibility matrix. Based on changelogs, metadata, and hands-on experience. Major Node.js and ...
Read more >Resolved: Angular 9 to Angular 10+ This version of CLI is only ...
This version of CLI is only compatible with Angular versions 0.0.0 || ^10.0.0-beta || >=10.0.0 <11.0.0, but Angular version 9.1.13 was found instead....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
any news on this? tried to move from Angular v8.2 to Angular v9 today but got errors that angular-token is not compatible and may break. Would be nice if you guys could publish the next stable version 9.0.0 soon.
I published 9.0.0-beta.0 Please give it a try.