Skip to content

Commit 011d490

Browse files
committed
Add npm as a dependency for macOS
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 npm. Since we are being directed to use homebrew, and it can install npm, do that.
1 parent 97a39c6 commit 011d490

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 npm
3434
```
3535

3636
#### Ubuntu

0 commit comments

Comments
 (0)