eslint-config-next to have eslint ^9.x.x+ as peerDependencies #64833
Labels
bug
Issue was opened via the bug report template.
create-next-app
Related to our CLI tool for quickly starting a new Next.js application.
invalid link
The issue was auto-closed due to a missing/invalid reproduction link. A new issue should be opened.
Link to the code that reproduces this issue
https://github.com/VincentLu91/next-firebase-login-email
To Reproduce
in package.json:
npm i complained about dependency issues
Current vs. Expected behavior
npm i complained about dependency issues
current behaviour:
Expected behaviour: installation should occur without dependency issues
Provide environment information
warning ../../../../../../package.json: No license field Operating System: Platform: darwin Arch: x64 Version: Darwin Kernel Version 23.4.0: Fri Mar 15 00:11:05 PDT 2024; root:xnu-10063.101.17~1/RELEASE_X86_64 Available memory (MB): 16384 Available CPU cores: 16 Binaries: Node: 18.18.2 npm: 10.5.2 Yarn: 1.22.22 pnpm: N/A Relevant Packages: next: 14.2.2 // Latest available version is detected (14.2.2). eslint-config-next: 14.2.2 react: 18.2.0 react-dom: 18.2.0 typescript: 5.2.2 Next.js Config: output: N/A
Which area(s) are affected? (Select all that apply)
Not sure, create-next-app
Which stage(s) are affected? (Select all that apply)
next dev (local), next start (local)
Additional context
Tried to keep all my dependencies updated. All my libraries including next.js are updated but it seems that they don't support eslint 9+.
Why can't I submit an issue?
The text was updated successfully, but these errors were encountered: