Closed shimamooo closed 2 years ago
You need to re-run the command with --force
or --legacy-peer-deps
as suggested by the npm error and it will work 😃 @AnthonyKuang
I also just released v3 of my config which uses the latest everything.
Woohooo, thanks all! Found out that next@12.0.5
contained some package bumps and changes to eslint-config-next
. v3 works great now 🎉
Trying to run
fails on most recent version of Next.js 12.
Error message indicates
@typescript-eslint/parser@^4.31.0
conflicts witheslint-config-next
, which has a peer dependency ofeslint@"^5.0.0 || ^6.0.0 || ^7.0.0"
.I really love using this config! Maybe it's time for a small dependency bump?