chan.dev / posts

working with yarn versions

🌱 This post is in the growth phase. It may still be useful as it grows up.

Enable Node.js Corepack

Terminal window
corepack enable

Set yarn version and re-install dependencies

Terminal window
yarn set version stable && yarn install