question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Angular 13 support

See original GitHub issue

Description of Bug

Can’t successfully update a project to Angular 13 (and doesn’t seem to be any easy way to roll back to 12, unless you use git or something).

Steps to Reproduce

  1. Create a new Angular (Typescript) project
  2. Click on Update all deps to latest circular arrow thing top right corner of the DEPENDENCIES list

-> Angular 13.0 is partly installed -> Errors result

Expected Behavior

We update to Angular 13 and everything works.

Or, you block updating dependencies you don’t support yet.

Screenshots/Screencast

Error in ~/src/main.ts
ngcc failed to run on rxjs@7.4.0, @angular/compiler@13.0.0, @angular/common@13.0.0, @angular/core@13.0.0, @angular/platform-browser@13.0.0, @angular/animations@13.0.0, @angular/forms@13.0.0, @angular/router@13.0.0, @angular/platform-browser-dynamic@13.0.0.

In other projects, it says it can’t find the packages.

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Reactions:10
  • Comments:22

github_iconTop GitHub Comments

7reactions
markwhitfeldcommented, Nov 15, 2021

I am actively working on this. Have been for the past 2 weeks. So many things changed in the npm package format at one time unfortunately with the release of Angular 13. We have actually released NG13 support twice already and had to roll back due to issues with NG12 and other older projects. Making steady progress and will drop a message here once we believe we have it fully resolved.

Right now, you can use StackBlitz v2 (with WebContainers) to run your Angular 13 projects as a workaround to the current issue.

6reactions
markwhitfeldcommented, Dec 9, 2021

Great news! Support for Angular 13 has finally rolled out. Please post a message here if there are any major issues in your Angular 13 project. For the next day or two (until 12 December 2021), there is a possibility of an initial slow down in starting up the dev server or running NGCC (or potentially even timeouts) as the packages repopulate into the cache as they are used, but it should come right after a refresh or two if you do have any issues. Anything else should be reported as a new issue. Thanks for your patience everyone!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Angular versioning and releases
Actively supported versionslink ; ^14.0.0, LTS, 2022-06-02, 2022-11-18, 2023-11-18 ; ^13.0.0, LTS, 2021-11-04, 2022-06-02, 2023-05-04 ...
Read more >
Angular
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 13: Everything You Need to Know About It
The main new features in Angular 13 are TypeScript 4.4 support, version 7.4 of RxJS, router changes, Angular CLI enhancements, testing ...
Read more >
Top Features Of Angular 13 You Must Know
Angular 13 Features and Updates · Ivy Is The New Engine · Typescript 4.4 Support · Angular Package Format Transformations · Angular Command-Line ......
Read more >
Angular 13 Released: Top New Features and Updates
Angular 13 Features & Updates. NodeJS Support. NodeJS Support. The upgrades before Angular 12.20.0 aren't supported by Angular framework ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found