You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Same issue here. Not all of the eslint plugins like eslint-plugin-react or eslint-plugin-import are downloaded when @umijs/fabric is.
yarn run v1.22.19
$ /Users/drew.daniels/projects/<project-name>/node_modules/.bin/eslint 'src/**/*.*s*' --quiet
Oops! Something went wrong! :(
ESLint: 8.44.0
ESLint couldn't find the plugin "eslint-plugin-react".(The package "eslint-plugin-react" was not found when loaded as a Node module from the directory "/Users/drew.daniels/projects/keet-umi".)It's likely that the plugin isn't installed correctly. Try reinstalling by running the following: npm install eslint-plugin-react@latest --save-devThe plugin "eslint-plugin-react" was referenced from the config file in ".eslintrc.js".If you still can't figure out the problem, please stop by https://eslint.org/chat/help to chat with the team.
这是一个 TypeScript 项目,如果不是请删除 tsconfig.json
error Command failed with exit code 2.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
keet-umi on dd/feature/umi-v3-upgrade [$!] via 🐳 desktop-linux v16.18.1
❯
The above is after running yarn upgrade @umijs/fabric --latest && rm -rf node_modules && yarn && yarn eslint <folder>
A non-optimal workaround is installing these plugins yourself, but these should really be included with @umijs/fabric
The text was updated successfully, but these errors were encountered: