doc/npm.md: Document npm module dependencies for FreeBSD
This commit is contained in:
parent
2bafbdc32f
commit
ffa24de5b1
|
@ -5,6 +5,7 @@
|
||||||
- [Ubuntu, Debian](#ubuntu-debian)
|
- [Ubuntu, Debian](#ubuntu-debian)
|
||||||
- [Fedora, CentOS, RHEL](#fedora-centos-rhel)
|
- [Fedora, CentOS, RHEL](#fedora-centos-rhel)
|
||||||
- [macOS](#macos)
|
- [macOS](#macos)
|
||||||
|
- [FreeBSD](#freebsd)
|
||||||
|
|
||||||
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
|
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
|
||||||
|
|
||||||
|
@ -40,3 +41,10 @@ npm config set python python2
|
||||||
```bash
|
```bash
|
||||||
xcode-select --install
|
xcode-select --install
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## FreeBSD
|
||||||
|
|
||||||
|
```sh
|
||||||
|
pkg install -y git python npm-node12 yarn-node12 pkgconf
|
||||||
|
pkg install -y libsecret libxkbfile libx11 libinotify
|
||||||
|
```
|
||||||
|
|
Loading…
Reference in New Issue