- This repository uses
yarn, notnpm. - Before running any
yarncommand, runcorepack enablein the current shell session to ensure the correct package manager version is available. - Follow the version pinned in
package.json(yarn@4.5.1) and the checked-in Yarn release configured in.yarnrc.yml. - Use
yarn install,yarn <script>, and otheryarnequivalents instead ofnpm install,npm run, or othernpmcommands. - Do not introduce
package-lock.jsonor switch the project to another package manager.