未验证 提交 ffa24de5 编写于 作者: A Anmol Sethi

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

上级 2bafbdc3
...@@ -5,6 +5,7 @@ ...@@ -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 ...@@ -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
```
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册