Docs: Add line about installing corepack in developer guide (#89250)

Add line about installing corepack
This commit is contained in:
Sarah Zinger 2024-07-08 06:38:41 -04:00 committed by GitHub
parent c1ec327b74
commit 2a80ec9104
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -19,6 +19,7 @@ We recommend using [Homebrew](https://brew.sh/) for installing any missing depen
brew install git
brew install go
brew install node@20
brew install corepack
corepack enable
```