-
-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
schematics: ng-add wants to install 14.x in Angular 15.x project #3691
Comments
Interesting. The schematics package.json doesn't have any peer deps, so maybe it's Nx modifying it during the build. |
Looks like that's the case https://unpkg.com/@ngrx/schematics@15.0.0/package.json We'll have to update the schematics project config to not update the dependencies. |
brandonroberts
added a commit
that referenced
this issue
Dec 2, 2022
3 tasks
@Coly010 @leosvelperez this seems like an upstream bug as it shouldn't have picked up any v14 packages |
timdeschryver
pushed a commit
that referenced
this issue
Dec 2, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Which @ngrx/* package(s) are the source of the bug?
schematics
Minimal reproduction of the bug/regression with instructions
When adding
@ngrx/schematics
in an Angular 15 project, it will install@ngrx/schematics@14.3.2
, even though15.0.0
is available. Looks like a peerDeps issue.Minimal reproduction of the bug/regression with instructions
Create a new NG15 project and add
@ngrx/schematics
:It will install 14.3.2 by default:
Versions of NgRx, Angular, Node, affected browser(s) and operating system(s)
Other information
No response
I would be willing to submit a PR to fix this issue
The text was updated successfully, but these errors were encountered: