-
Notifications
You must be signed in to change notification settings - Fork 14
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
Problem with Putout when using Yarn v3 PNP #399
Comments
Created coderaiser/putout#93. |
@spa5k, @EvgenyOrekhov try to set loose mode: yarnPath: ".yarn/releases/yarn-berry.cjs"
+pnpMode: "loose" You will see a lot warnings like this:
But things will work :) UPDATE: should work without |
@coderaiser I tried creating a fresh Next.js project and installing eslint-config-hardcore (as described here), and got the same error :(
|
@coderaiser I tried adding |
@EvgenyOrekhov everything should work without
Installing devDependencies:
- eslint
- eslint-config-next
npm ERR! code ETARGET
npm ERR! notarget No matching version found for object.values@^1.1.5.
npm ERR! notarget In most cases you or one of your dependencies are requesting
npm ERR! notarget a package version that doesn't exist. |
It worked, but now I see that it works with |
Looks like bundle not created for me anymore. As I see |
@coderaiser I agree, it's not worth it. We should wait until Yarn v3 becomes stable. @spa5k We've done what we could. Apparently Yarn v3 is just raw and buggy. Workaround: use npm. |
Thanks for the hardwork. 👍 |
Steps to reproduce:
Expected behavior: should run ESLint successfully
Actual behavior:
Error: Error while loading rule 'putout/putout': Plugin "putout-plugin-apply-shorthand-properties" could not be found!
Moved from #385
The text was updated successfully, but these errors were encountered: