-
-
Notifications
You must be signed in to change notification settings - Fork 191
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Node must be provided when reporting error if location is not provided #687
Comments
I encountered the same problem, my configuration file is as follows: import globals from "globals";
import pluginVue from "eslint-plugin-vue";
import eslintConfigPrettier from 'eslint-config-prettier';
import eslintPluginPrettierRecommended from "eslint-plugin-prettier/recommended";
export default [
{files: ["**/*.{js,mjs,cjs,vue}"]},
{languageOptions: { globals: {...globals.browser, ...globals.node} }},
...pluginVue.configs["flat/essential"],
eslintConfigPrettier,
eslintPluginPrettierRecommended
];
In addition, eslint's configuration files are generated by |
I'm facing the same issue. It works perfectly on Node v20 but the error pops up while using Node v22 |
Same issue. any workaround? |
Sorry for the delay, v5.2.2 has just been released. |
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
If I run
bun run lint
- I get errorHere is the reproducible repository https://github.com/FDiskas/remix-dev
The text was updated successfully, but these errors were encountered: