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
With recent versions of NPM, npm install will error when having this project as a dev dependency and eslint >= 7 installed (or any peer dependency that doesn't match the installed versions). In order to force the command to complete, adding --legacy-peer-deps is required.
Eslint is already at version 8.17.0 and I believe there is no issue with bumping the peer dependency version.
The text was updated successfully, but these errors were encountered:
With recent versions of NPM, npm install will error when having this project as a dev dependency and eslint >= 7 installed (or any peer dependency that doesn't match the installed versions). In order to force the command to complete, adding
--legacy-peer-deps
is required.Eslint is already at version 8.17.0 and I believe there is no issue with bumping the peer dependency version.
The text was updated successfully, but these errors were encountered: