Skip to content

Commit fbad7c6

Browse files
a1291762Sorixelle
authored andcommitted
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 <a1291762@gmail.com>
1 parent a1ffa1f commit fbad7c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/sdk/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ scripts:
3030
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:
3131

3232
```bash
33-
brew install python
33+
brew install python node
3434
```
3535

3636
#### Ubuntu

0 commit comments

Comments
 (0)