-
Notifications
You must be signed in to change notification settings - Fork 601
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-plugin-packlets] Failed to patch ESLint because the calling module was not recognized. If you are using a newer ESLint version that may be unsupported #4301
Comments
I'm not sure if I should create a new issue or add to this one as they seem to be part of the same underlying problem. Let me know if you want mine as a separate report.
My eslint modules/plugins and versions installed: The error occurred after I opened my babel.config.js. This was also done after I had cleaned out eslint via:
OS: Windows 10 22H2 I also tried to use the JSON format instead, i.e., renamed babel.config.js to babel.config.json (and changed content to match format) but VS now keeps reporting it can't find babel.config.json, e.g., when I open App.js it reports:
|
@octogonz - care to take a look at this? |
I am also getting same error while running code climate $ docker pull --quiet "$CODE_QUALITY_IMAGE" |
@Ahmed-Hesham123 the I think maybe you meant to report an issue for |
I tried to reproduce the error using [email protected] as reported by @AYColumbia by creating this branch: ...and then running these commands:
However the project lints successfully. Could someone provide more detailed repro instructions including your exact ESLint version? |
I'll see what I can do this week to check on this as I've had many updates since I posted my issue. It may be the end of the week though. |
I finally got around to this issue. I reinstalled eslint and babel plugin and am still having problems. The versions are as follows: +-- [email protected] babel info: I'm still having an issue with the
When I open the
Eslint error when opening
Running eslint from the CLI returns Let me know if any additional info is needed or if you want me to try anything else. Thank you. |
Is there any update on that issue? |
Summary
Cannot read config file: node_modules\eslint-config-react-app\jest.js Error: Failed to patch ESLint because the calling module was not recognized. If you are using a newer ESLint version that may be unsupported
Repro steps
Expected result:
Successfully
Actual result:
Cannot read config file: 01-starting-project 2\node_modules\eslint-config-react-app\jest.js Error: Failed to patch ESLint because the calling module was not recognized. If you are using a newer ESLint version that may be unsupported, please create a GitHub issue: https://github.com/microsoft/rushstack/issues Referenced from: 01-starting-project 2\package.json
Details
At first when I was tried to install styled component to react project I forget
d
and writestyle
instead ofstyled
then I installed it again.Standard questions
Please answer these questions to help us investigate your issue more quickly:
@rushstack/eslint-plugin-packlets
version?node -v
)?The text was updated successfully, but these errors were encountered: