-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
yarn check
deprecated
#2354
Comments
I'd like to add that this has led to several wasted hours figuring this out - its especially problematic as that check command gets run on every rails command - it has even broken deploys for us |
I suggest turning it off in your check_yarn_integrity: false |
Is there an alternative for verifying integrity? The best alternative I know about is |
It's constantly causing issues for us now so I tried |
yarn check
used here https://github.com/rails/webpacker/blob/master/lib/webpacker/railtie.rb#L33 is deprecated yarnpkg/rfcs#106We ran into an issue in our project where
yarn install
worked fine butyarn check
was reporting multiple errors. Searching for a solution lead here yarnpkg/yarn#6427 (comment) which lead to the merged deprecation.The text was updated successfully, but these errors were encountered: