From 88b56a2abd17397e9245c725128907f212302302 Mon Sep 17 00:00:00 2001 From: Shing Lyu Date: Mon, 27 Dec 2021 23:42:40 +0100 Subject: [PATCH] Doc: Add yarn installation instruction (#5920) Although it obvious to Node.js developers how to install yarn, people from other languages might need a little hint. --- BUILD.md | 1 + 1 file changed, 1 insertion(+) diff --git a/BUILD.md b/BUILD.md index 61373115c..32b002b7d 100644 --- a/BUILD.md +++ b/BUILD.md @@ -19,6 +19,7 @@ There are also a few forks of existing packages under the "fork-*" name. ## Required dependencies - Install node 16+ - https://nodejs.org/en/ + - [Enable yarn](https://yarnpkg.com/getting-started/install): `corepack enable` - macOS: Install Cocoapods - `brew install cocoapods` - Windows: Install Windows Build Tools - `yarn install -g windows-build-tools --vs2015` - Linux: Install dependencies - `sudo apt install build-essential libnss3 libsecret-1-dev python rsync`