From e5f500e34f7753ca145ba50443115e89e8d9670d Mon Sep 17 00:00:00 2001 From: sawka Date: Wed, 18 Oct 2023 14:33:45 -0700 Subject: [PATCH] note about nodejs, npm, and yarn --- BUILD.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/BUILD.md b/BUILD.md index d0b8ac164..dfedac331 100644 --- a/BUILD.md +++ b/BUILD.md @@ -20,6 +20,9 @@ brew tap scripthaus-dev/scripthaus brew install scripthaus ``` +You also need a relatively modern nodejs with npm and yarn installed. +Node can be installed from [here](https://nodejs.org). npm can install yarn using `npm install -g yarn`. + ## Clone the Repo ```