Failed to load flowtype plugin
See original GitHub issueDescription
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
Issue Analytics
- State:
- Created 2 years ago
- Reactions:26
- Comments:10 (3 by maintainers)
Top GitHub Comments
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.
Still actual in react-native 0.67.0