Skip to content

Commit ffa24de

Browse files
committed
doc/npm.md: Document npm module dependencies for FreeBSD
1 parent 2bafbdc commit ffa24de

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

doc/npm.md

+8
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
- [Ubuntu, Debian](#ubuntu-debian)
66
- [Fedora, CentOS, RHEL](#fedora-centos-rhel)
77
- [macOS](#macos)
8+
- [FreeBSD](#freebsd)
89

910
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
1011

@@ -40,3 +41,10 @@ npm config set python python2
4041
```bash
4142
xcode-select --install
4243
```
44+
45+
## FreeBSD
46+
47+
```sh
48+
pkg install -y git python npm-node12 yarn-node12 pkgconf
49+
pkg install -y libsecret libxkbfile libx11 libinotify
50+
```

0 commit comments

Comments
 (0)