stackblitz / stackblitz/starters

request: support Node.js `22.22.3` or `24.15.0` or `26.0.0` to support Angular 22+

Open
#105 2 comments 2 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
TypeScript
Stars
151
Forks
96
Avg merge
9d 6h
Merged PRs (30d)
2

Description

edit: since we are talking v22 of two different things, I am going to over-clarify lol

Angular's next major version, Angular 22.0.0, comes out next week. Angular 22.0.0's CLI requires a version of node which is higher than the StackBlitz Starter projects seem to support (Node 22.22.0).

Reference project that this error was thrown in. The project uses a pre-release Angular 22.0.0 version (Angular 22.0.0-rc.2). The following block is the CLI output about this node version limitation:

> start
> ng serve

Node.js version v22.22.0 detected.
The Angular CLI requires a minimum Node.js version of v22.22.3 or v24.15.0 or v26.0.0.

Please update your Node.js version or visit https://nodejs.org/ for additional instructions.

For comparison, here is a reference project for an Angular 21.1.0 project, which works as intended: https://stackblitz.com/edit/stackblitz-starters-mgpchdjd?file=package.json

Other starters seem to also use this node version, and I have tried things like setting the "node" engine in the package.json to no avail.

Support for even Node 22.22.3 from the current Node 22.22.0 would be much appreciated.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by inspecting the StackBlitz Starter project configuration and package.json, then compare it with the working Angular 21.1.0 reference project. Verify how the Node.js version is selected and confirm that an Angular 22.0.0 project can start with Node.js 22.22.3, 24.15.0, or 26.0.0.

Written by the indexing model from the issue text.

Assessment

Tech stack
angular, node.js, typescript
Domain
build-system, tooling
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Quiet
Clarity
Mostly clear
Newbie friendliness
48/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.