Skip to content

Commit 9d66d4d

Browse files
committed
doc/npm.md: Document npm module dependencies for FreeBSD
1 parent 690de2c commit 9d66d4d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

doc/npm.md

+7
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,10 @@ npm config set python python2
4040
```bash
4141
xcode-select --install
4242
```
43+
44+
## FreeBSD
45+
46+
```sh
47+
pkg install -y git python npm-node12 yarn-node12 pkgconf
48+
pkg install -y libsecret libxkbfile libx11 libinotify
49+
```

0 commit comments

Comments
 (0)