-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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 Error: when installed with yarn #8976
Comments
May need to upgrade yarn or move to pnpm. See yarnpkg/yarn#8976
Will be fix this problem? Can't setting project with eslint using yarn... It makes me sad 😢 |
It works with newer versions of yarn. IMHO it's unlikely this will be fixed because it's not a security issue. The yarn upgrade is easy and you get a whole bunch of features and performance improvements. |
Removing UPD from eslint discussion: can be fixed by downgrading
|
Reproduction case: eslint/eslint#17215 (reply in thread) |
yarn version:
1.22.19
Bug: ESLint is throwing the below error when
yarn run lint
is executed given ESLint is installed with yarn.package.json
Complete error:
Here is a discussion from eslint eslint/eslint#17215 (comment)
yarn run lint
working fine when ESLint is installed with npm or pnpmThe text was updated successfully, but these errors were encountered: