Skip to content
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

Peer dependencies #3706

Closed
2 tasks
Miedziaq opened this issue Dec 9, 2022 · 1 comment
Closed
2 tasks

Peer dependencies #3706

Miedziaq opened this issue Dec 9, 2022 · 1 comment

Comments

@Miedziaq
Copy link

Miedziaq commented Dec 9, 2022

Which @ngrx/* package(s) are the source of the bug?

schematics

Minimal reproduction of the bug/regression with instructions

you added
"peerDependencies": {
"@angular-devkit/schematics": "14.2.9",
"@angular-devkit/core": "15.0.0"
}
to the new ver ^15 of npm
this disallows to install angular 15:)

npm ERR! Could not resolve dependency:
npm ERR! peer @angular-devkit/schematics@"14.2.9" from @ngrx/schematics@15.0.0
npm ERR! node_modules/@ngrx/schematics
npm ERR! dev @ngrx/schematics@"^15.0.0" from the root project

ngrx/schematics point to old 14 angular version

Minimal reproduction of the bug/regression with instructions

you added
"peerDependencies": {
"@angular-devkit/schematics": "14.2.9",
"@angular-devkit/core": "15.0.0"
}
to the new ver ^15 of npm
this disallows to install angular 15:)

npm ERR! Could not resolve dependency:
npm ERR! peer @angular-devkit/schematics@"14.2.9" from @ngrx/schematics@15.0.0
npm ERR! node_modules/@ngrx/schematics
npm ERR! dev @ngrx/schematics@"^15.0.0" from the root project

ngrx/schematics point to old 14 angular version

Versions of NgRx, Angular, Node, affected browser(s) and operating system(s)

Ngrx 15
angular 15

Other information

No response

I would be willing to submit a PR to fix this issue

  • Yes
  • No
@brandonroberts
Copy link
Member

This has been fixed already in #3692. We will have a release in a few days with the fix

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants