Skip to content
This repository was archived by the owner on Sep 9, 2024. It is now read-only.
This repository was archived by the owner on Sep 9, 2024. It is now read-only.

Cannot do jump from ng 15 to ng 16 #252

@PostalMike

Description

@PostalMike

The jump from 14 to 15 was finally resolved in another ticket but the process flow to get from 15 to 16 has some issues.

`
Make sure that you are using a supported version of node.js before you upgrade your application. Angular v16 supports node.js versions: v16 and v18.
-- I have version 18.10.0 installed

Make sure that you are using a supported version of TypeScript before you upgrade your application. Angular v16 supports TypeScript version 4.9.3 or later.
-- not able to upgrade to 4.9.3. There are dependency issues.

In the application's project directory, run ng update @angular/core@16 @angular/cli@16 to update your application to Angular v16.

--Note, see the next line (step) below. The item below should be checked / resolved and then this step should be applied.

Make sure that you are using a supported version of Zone.js before you upgrade your application. Angular v16 supports Zone.js version 0.13.x or later.
`

I tried to run the upgrade step to see what would happen but of course it fails. I could not install latest (5.3.2) TS nor could I install 4.9.3.

The process does successfully cancel out and leaves the hop to ng 15 working and stable.

But this Angular Basic checklist to get from version 15 to version 16 fails.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions