-
Notifications
You must be signed in to change notification settings - Fork 342
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
Eslint not working after node update #1227
Comments
@hnjoshi does eslint work in the terminal correctly? |
@dbaeumer Yes, it works fine in the terminal. |
Do you use the |
No I didn't use |
|
"lint": "eslint src config webpack --fix" - script in pkg json
linter works fine in terminal, but I don't see these errors in VS code. |
Can you please provide me with a GitHub repository I can clone that demos what you are experiencing. |
It's not a public repository so I can't share. |
@hnjoshi can you distill one? |
I get the same output error - here's a sample project for reference. MacOS 11.4 |
My issue had got resolved after I got new laptop. So I think there was some caching problem in older setup. |
@hnjoshi Thx for the context - were you referring to the extension? VSCode? |
@kanizer can you please update to the latest VS Code (which is 1.56.0) which will update the ESLint extension to 2.1.20 The versions you are using are ~ 2 years old. |
I was already on latest version of vs code and extension but due to caching issue I was running into eslint errors. New/Clean setup solved the issue. Closing this issue as it can't be reproduced. |
I guess that would explain things 🤦 - I tried updating through the app menu, but downloading the current version worked as expected. Ty! |
eslint status
Node v14.16.0
eslint v7.23.0
any suggestion?
The text was updated successfully, but these errors were encountered: