ng 21 rc and ngrx/signals peer dependency #4989
-
|
trying to install ngrx/signals against the new @angular/core": "^21.0.0-rc.0" does not succeed. the error is error peer @angular/core@"^20.0.0" from @ngrx/signals@20.1.0 does anyone know when a compatible version of ngrx/signals will be released? |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 2 replies
-
|
I would say, if you want to use ngrx against the release candidate of Angular 21, then just force install NgRx 20. I don't expect that you would encounter any issues. |
Beta Was this translation helpful? Give feedback.
-
|
hi - thanks, yes, i had tried that, along with legacy-peer-deps. still no joy. the install is refused. specifically:
|
Beta Was this translation helpful? Give feedback.
-
|
i must have taken leave of my senses. i tried both that and the legacy peer options. i have just tried it again and it seems to have gone ahead. and looking back over the command history, i can see both failures. however, now up and running again. many thanks and apologies for wasting your time :) |
Beta Was this translation helpful? Give feedback.
-
|
aha, no. i now remember why i had the issue in the first place. it will build locally but a github action refuses to build: npm error While resolving: @ngrx/signals@20.1.0 not the end of the world but it blocks deployments... |
Beta Was this translation helpful? Give feedback.
I would say, if you want to use ngrx against the release candidate of Angular 21, then just force install NgRx 20. I don't expect that you would encounter any issues.