You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yarn1 causes issues and is no longer well maintained.
So no bugfix seems to be coming: yarnpkg/yarn#7734 (comment)
The specific issue this repo has: Unable to install any packages with yarn add or yarn upgrade-interactive.
This is worked around by downgrading yarn with yarn policies set-version 1.19.1
Goal: move repo to pnpm with turborepo.
This will probably need some specific gatsby packages to make it work as I don't think gatsby works with pnpm out of the box
The text was updated successfully, but these errors were encountered:
Yarn1 causes issues and is no longer well maintained.
So no bugfix seems to be coming: yarnpkg/yarn#7734 (comment)
The specific issue this repo has: Unable to install any packages with
yarn add
oryarn upgrade-interactive
.This is worked around by downgrading yarn with
yarn policies set-version 1.19.1
Goal: move repo to pnpm with turborepo.
This will probably need some specific gatsby packages to make it work as I don't think gatsby works with pnpm out of the box
The text was updated successfully, but these errors were encountered: