Support Angular v10
See original GitHub issueAfter migrating to Angular v10:
warning "@angular-builders/custom-webpack > @angular-devkit/build-angular@0.901.1" has incorrect peer dependency "@angular/compiler-cli@>=9.0.0 < 10".
warning "@angular-builders/custom-webpack > @angular-devkit/build-angular@0.901.1" has incorrect peer dependency "typescript@>=3.6 < 3.9".
warning "@angular-builders/custom-webpack > @angular-devkit/build-angular > @ngtools/webpack@9.1.1" has incorrect peer dependency "@angular/compiler-cli@>=9.0.0 < 10".
warning "@angular-builders/custom-webpack > @angular-devkit/build-angular > @ngtools/webpack@9.1.1" has incorrect peer dependency "typescript@>=3.6 < 3.9".
Issue Analytics
- State:
- Created 3 years ago
- Comments:26 (5 by maintainers)
Top Results From Across the Web
Angular versioning and releases
Actively supported versionslink. The following table provides the status for Angular versions under support. Version, Status, Released, Active ends, LTS ends ...
Read more >Angular - endoflife.date
Release Released Active Support
15 1 month and 1 week ago. (16 Nov 2022) Ends in 4 months and 3 weeks. (18 M...
14 (...
Read more >Angular v10 released! - This Dot Labs
In Angular v10, if the dependency is CommonJS packaged, ... And you can update the browsers support by updating the .browserslistrc file.
Read more >640 Versions - @angular/cli - npm
CLI tool for Angular. Latest version: 15.0.4, last published: ... There are 433 other projects in the npm registry using @angular/cli. ... 24,802....
Read more >Comparison Between Angular 11 vs Angular 12 vs Angular 13
Angular 11 Features · Updated Hot Module Replacement (HMR) Support · Updates on Operation Byelog · Automatic Inlining of Fonts · Component Test ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
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
I had the same issue with
Cannot find module webpack
after upgrading. I didn’t want to runnpm link webpack
especially on the build server.What I ended up doing (and worked) was:
I can’t say for sure this will work on the first try, as I did some of the steps multiple times, but eventually, it worked without npm link.
After update to
10.0.0-beta.0
I see an error: