Skip to content
This repository has been archived by the owner on May 23, 2024. It is now read-only.

Cannot do jump from ng 15 to ng 16 #252

Open
PostalMike opened this issue Nov 30, 2023 · 0 comments
Open

Cannot do jump from ng 15 to ng 16 #252

PostalMike opened this issue Nov 30, 2023 · 0 comments

Comments

@PostalMike
Copy link

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant