-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Closed
Labels
Description
I think it would be better to avoid using yarn check
in the future. (E.g. the yarn integrity check feature depends on this.)
Why?
- The feature will be removed from
yarn
in the future: Remove yarn check yarnpkg/rfcs#106 - It's already considered buggy and its use is officially discouraged: Yarn check reports errors after yarn install yarnpkg/yarn#6427 (comment)
Though I'm not sure about the alternatives currently.
What do you guys think about this?
jakeNiemiec, olets, jarydkrish, cptbob42, aadityataparia and 4 more