-
Notifications
You must be signed in to change notification settings - Fork 27.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"next lint" can't find eslint #29977
Comments
I think this is a duplicate of #29961. A workaround is to downgrade eslint to |
Yes it is. Nothing came up on a search. Thanks |
see #29770 (comment) |
yup downgrading works |
Closing since it's a duplicate! |
This issue has been automatically locked due to no recent activity. If you are running into a similar issue, please create a new issue with the steps to reproduce. Thank you. |
What version of Next.js are you using?
11.1.2
What version of Node.js are you using?
v14.18.1
What browser are you using?
N/A
What operating system are you using?
Windows 10
How are you deploying your application?
local dev
Describe the Bug
Running "yarn lint" produces error output:
eslint is installed and running the suggested command doesn't change the result
Expected Behavior
The linter runs
To Reproduce
npx create-next-app .
yarn lint
The text was updated successfully, but these errors were encountered: