You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 9, 2024. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
The text was updated successfully, but these errors were encountered: