Back to Setup

Yarn

_partials/yarn.md

latest494 B
Original Source

yarn

yarn is a package manager to install JavaScript libraries. Let's install it:

In a terminal, run the following commands:

bash
corepack enable
yarn set version stable

⚠️ If you see any error messages, try running npm install -g corepack and then run the commands above again.

bash
exec zsh

Then run the following command:

bash
yarn -v

:heavy_check_mark: If you see a version, you're good :+1:

:x: If not, ask for a teacher