Add support for Yarn v2 #2030
Labels
F: language-support
Issues specific to a particular language or ecosystem; may be paired with an L: label.
L: javascript:yarn
npm packages via yarn
The lockfile that yarn v2 generates is different from the lockfile that yarn v1 generates. Dependabot currently always creates Yarn v1 lockfiles, but yarn v2 can't run
yarn install
using a v1 yarn lockfile. This is the error message received:The text was updated successfully, but these errors were encountered: