-
Notifications
You must be signed in to change notification settings - Fork 24.4k
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
Failed to load flowtype plugin #32528
Comments
Same issue. |
For anyone else with the same issue who is also completely new to React Native, changing "eslint": "8.2.0" as generated by the creation script to "eslint": "7.32.0" and then running "yarn install" seems to fix this issue. |
The problem here that
but it should be updated to the latest 5.3.0 |
Still actual in react-native 0.67.0 |
Right. Found issue opened here #33169 |
Thanks....this worked for me too |
Until this is fixed: facebook/react-native#32528
wi
thanks man |
thx a lot |
Upgrading |
My temp workaround:
|
This issue is stale because it has been open 180 days with no activity. Remove stale label or comment or this will be closed in 7 days. |
This issue was closed because it has been stalled for 7 days with no activity. |
Description
After updating eslint from ver 7.32.0 to 8.1.0. I got this error:
Error [ERR_PACKAGE_PATH_NOT_EXPORTED]: Failed to load plugin 'flowtype' declared in '--config » @react-native-community/eslint-config#overrides[0]': Package subpath './lib/rules/no-unused-expressions' is not defined by "exports" in /app/node_modules/eslint/package.json
Version
0.66.1
Output of
react-native info
System:
OS: macOS 12.0.1
CPU: (8) arm64 Apple M1
Memory: 138.23 MB / 8.00 GB
Shell: 5.8 - /bin/zsh
Binaries:
Node: 16.6.0 - /usr/local/bin/node
Yarn: Not Found
npm: 7.24.0 - /usr/local/bin/npm
Watchman: 2021.09.27.00 - /opt/homebrew/bin/watchman
Managers:
CocoaPods: 1.11.2 - /opt/homebrew/bin/pod
SDKs:
iOS SDK:
Platforms: DriverKit 21.0.1, iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0
Android SDK:
API Levels: 29, 30, 31
Build Tools: 28.0.3, 29.0.2, 29.0.3, 30.0.2, 31.0.0
System Images: android-31 | Google APIs ARM 64 v8a
Android NDK: Not Found
IDEs:
Android Studio: 2020.3 AI-203.7717.56.2031.7678000
Xcode: 13.1/13A1030d - /usr/bin/xcodebuild
Languages:
Java: 1.8.0_292 - /usr/bin/javac
npmPackages:
@react-native-community/cli: Not Found
react: ^17.0.2 => 17.0.2
react-native: ^0.66.1 => 0.66.1
react-native-macos: Not Found
npmGlobalPackages:
react-native: Not Found
Steps to reproduce
Just install latest eslint
Snack, code example, screenshot, or link to a repository
No response
The text was updated successfully, but these errors were encountered: