You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a project which is using ESLint v8.x (the latest major version; released earlier this year). I am unable (without --force) to install eslint-plugin-prettierx because the ESLint peer dependency of this package is declared to be ^7.0.0.
If you are okay with an open-ended range, then I'd recommend using >=7.0 instead of a caret-range which won't include other major versions. Of course there is the problem when a major version comes along that isn't compatible.
Note: As a temporary work-around, you can use the --force option with the npm command:
I have a project which is using ESLint v8.x (the latest major version; released earlier this year). I am unable (without --force) to install
eslint-plugin-prettierx
because the ESLint peer dependency of this package is declared to be^7.0.0
.If you are okay with an open-ended range, then I'd recommend using
>=7.0
instead of a caret-range which won't include other major versions. Of course there is the problem when a major version comes along that isn't compatible.Note: As a temporary work-around, you can use the
--force
option with the npm command:The text was updated successfully, but these errors were encountered: