" > @ngrx/[email protected]" has unmet peer dependency "@typescript-eslint/utils@^7.11.0 || ^8.0.0-alpha.20". #4632
Unanswered
dangrussell
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This warning is given on installation:
warning " > @ngrx/[email protected]" has unmet peer dependency "@typescript-eslint/utils@^7.11.0 || ^8.0.0-alpha.20".
My project does already have
@typescript-eslint/utils
versions8.16.0
,8.17.0
and8.18.0
installed from various other packages, which should satisfy the constraint.I'm not sure exactly why I'm getting this warning.
Here is the result of the
yarn why
for that package in my project:Beta Was this translation helpful? Give feedback.
All reactions