[INSTALLATION ISSUE] yarn install
throws on dependencies that use pnpm
#106
Labels
bug
Something isn't working
documentation
Improvements or additions to documentation
invalid
This doesn't seem right
Summary
It is not possible to
yarn install
the repo since yarn throws when trying to install dependencies that usepnpm
Steps to Reproduce
Expected vs. Actual Behavior
Expected
yarn install
to install all the dependencies. However it crashes withAssertion failed: Unsupported workflow
This issue is described here: yarnpkg/berry#5715 and here yarnpkg/berry#3169
There is a PR that fixes the issue, but it has not been included into Yarn release yet.
Solution
Manually install the yarn version from the PR.
yarn set version from sources --branch 3618
Check that it has installed
Environment
node v20.15.0 npm 10.8.1 yarn 3.5.0
Code of Conduct
The text was updated successfully, but these errors were encountered: