From fbad7c644e8a4a3d3b62d66006c582c9612021c1 Mon Sep 17 00:00:00 2001 From: Lincoln Ramsay Date: Wed, 26 Nov 2025 20:05:45 +0800 Subject: [PATCH] Add node as a dependency for macOS node/npm is a dependency, and it is listed as such for Ubuntu, but not for macOS. I could not get the pebble SDK installed until I had node/npm. Since we are being directed to use homebrew, and it can install node/npm, do that. Homebrew seems to install both when using either 'node' or 'npm', so both are not listed separately. Signed-off-by: Lincoln Ramsay --- source/sdk/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/sdk/index.md b/source/sdk/index.md index d7f617d..a3abd15 100644 --- a/source/sdk/index.md +++ b/source/sdk/index.md @@ -30,7 +30,7 @@ scripts: You'll need Python 3.10 or above, not the MacOS default installation of 3.9. To install a newer version of Python using [Homebrew](https://brew.sh/), run: ```bash -brew install python +brew install python node ``` #### Ubuntu