Skip to content

[BUG] npm install fails on master because Angular 21 dependencies are mixed with NgRx 20 #35

@netalex

Description

@netalex

Describe the bug

A fresh install from the current master branch fails with npm install because the published package.json mixes Angular 21 packages with NgRx 20 packages.

Current dependency set includes:

  • @angular/core: ^21.0.2
  • @ngrx/store: ^20.1.0
  • @ngrx/store-devtools: ^20.1.0

This causes npm to stop with ERESOLVE unable to resolve dependency tree.

To Reproduce

  1. Clone the repository
  2. Use a supported recent Node version
  3. Run:
npm install

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions