note about nodejs, npm, and yarn

This commit is contained in:
sawka 2023-10-18 14:33:45 -07:00
parent 19bcf4f3ed
commit e5f500e34f

View File

@ -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
```