doc/npm.md: Document npm module dependencies for FreeBSD

This commit is contained in:
Anmol Sethi 2020-12-14 18:25:08 -05:00
parent 2bafbdc32f
commit ffa24de5b1
No known key found for this signature in database
GPG Key ID: 8CEF1878FF10ADEB
1 changed files with 8 additions and 0 deletions

View File

@ -5,6 +5,7 @@
- [Ubuntu, Debian](#ubuntu-debian)
- [Fedora, CentOS, RHEL](#fedora-centos-rhel)
- [macOS](#macos)
- [FreeBSD](#freebsd)
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
@ -40,3 +41,10 @@ npm config set python python2
```bash
xcode-select --install
```
## FreeBSD
```sh
pkg install -y git python npm-node12 yarn-node12 pkgconf
pkg install -y libsecret libxkbfile libx11 libinotify
```